GetVpcAttachmentResult

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.

Constructors

Link copied to clipboard
constructor(applianceModeSupport: String, dnsSupport: String, filters: List<GetVpcAttachmentFilter>? = null, id: String, ipv6Support: String, subnetIds: List<String>, tags: Map<String, String>, transitGatewayId: String, vpcId: String, vpcOwnerId: String)

Types

Link copied to clipboard
object Companion

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
val id: String

EC2 Transit Gateway VPC Attachment identifier

Link copied to clipboard

Whether IPv6 support is enabled.

Link copied to clipboard

Identifiers of EC2 Subnets.

Link copied to clipboard

Key-value tags for the EC2 Transit Gateway VPC Attachment

Link copied to clipboard

EC2 Transit Gateway identifier

Link copied to clipboard

Identifier of EC2 VPC.

Link copied to clipboard

Identifier of the AWS account that owns the EC2 VPC.