Vpc
Describes a VPC.
Contents
- cidrBlock
-
The primary IPv4 CIDR block for the VPC.
Type: String
Required: No
- cidrBlockAssociationSet
-
Information about the IPv4 CIDR blocks associated with the VPC.
Type: Array of VpcCidrBlockAssociation objects
Required: No
- dhcpOptionsId
-
The ID of the set of DHCP options you've associated with the VPC.
Type: String
Required: No
- instanceTenancy
-
The allowed tenancy of instances launched into the VPC.
Type: String
Valid Values:
default | dedicated | host
Required: No
- ipv6CidrBlockAssociationSet
-
Information about the IPv6 CIDR blocks associated with the VPC.
Type: Array of VpcIpv6CidrBlockAssociation objects
Required: No
- isDefault
-
Indicates whether the VPC is the default VPC.
Type: Boolean
Required: No
- ownerId
-
The ID of the AWS account that owns the VPC.
Type: String
Required: No
- state
-
The current state of the VPC.
Type: String
Valid Values:
pending | available
Required: No
- tagSet
-
Any tags assigned to the VPC.
Type: Array of Tag objects
Required: No
- vpcId
-
The ID of the VPC.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: