Get Vpc Attachment Result
data class GetVpcAttachmentResult(val applianceModeSupport: String, val dnsSupport: String, val filters: List<GetVpcAttachmentFilter>? = null, val id: String, val ipv6Support: String, val subnetIds: List<String>, val tags: Map<String, String>, val transitGatewayId: String, val vpcId: String, val vpcOwnerId: String)
A collection of values returned by getVpcAttachment.
Properties
Link copied to clipboard
Whether Appliance Mode support is enabled.
Link copied to clipboard
Whether DNS support is enabled.
Link copied to clipboard
Link copied to clipboard
Whether IPv6 support is enabled.
Link copied to clipboard
EC2 Transit Gateway identifier
Link copied to clipboard
Identifier of the AWS account that owns the EC2 VPC.