Vpc#

Description of a VPC.

Contents#

  • cidrBlock — The IPv4 address range in CIDR notation (the address prefix is written with a suffix indicating the number of bits of the prefix, such as 172.16.0.0/24).

    • Type: String

    • Required: No

  • dhcpOptionsId — The ID of the DHCP options.

    • Type: String

    • Required: No

  • instanceTenancy — The allowed tenancy of instances.

    • Type: String

    • Valid values: default

    • Required: No

  • isDefault — Indicates whether the VPC is the default VPC.

    • Type: Boolean

    • Required: No

  • state — The state of VPC.

    • Type: String

    • Valid values: pending | available

    • Required: No

  • routePropagation — A route table (RTB) used for propagation of routes from a VPN gateway (VGW).

    • Type: String

    • Required: No

  • tagSet — Any tags assigned to the VPC.

    • Type: List of Tag objects

    • Required: No

  • vpcId — The ID of the VPC.

    • Type: String

    • Required: No