Get Vpc Result
data class GetVpcResult(val arn: String, val cidrBlock: String, val cidrBlockAssociations: List<GetVpcCidrBlockAssociation>, val default: Boolean, val dhcpOptionsId: String, val enableDnsHostnames: Boolean, val enableDnsSupport: Boolean, val enableNetworkAddressUsageMetrics: Boolean, val filters: List<GetVpcFilter>? = null, val id: String, val instanceTenancy: String, val ipv6AssociationId: String, val ipv6CidrBlock: String, val mainRouteTableId: String, val ownerId: String, val state: String, val tags: Map<String, String>)
A collection of values returned by getVpc.
Constructors
Link copied to clipboard
constructor(arn: String, cidrBlock: String, cidrBlockAssociations: List<GetVpcCidrBlockAssociation>, default: Boolean, dhcpOptionsId: String, enableDnsHostnames: Boolean, enableDnsSupport: Boolean, enableNetworkAddressUsageMetrics: Boolean, filters: List<GetVpcFilter>? = null, id: String, instanceTenancy: String, ipv6AssociationId: String, ipv6CidrBlock: String, mainRouteTableId: String, ownerId: String, state: String, tags: Map<String, String>)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether or not the VPC has DNS hostname support
Link copied to clipboard
Whether or not the VPC has DNS support
Link copied to clipboard
Whether Network Address Usage metrics are enabled for your VPC
Link copied to clipboard
Link copied to clipboard
Allowed tenancy of instances launched into the selected VPC. May be any of "default"
, "dedicated"
, or "host"
.
Link copied to clipboard
Association ID for the IPv6 CIDR block.
Link copied to clipboard
IPv6 CIDR block.
Link copied to clipboard
ID of the main route table associated with this VPC.