GetTransitGatewayAttachmentResult

data class GetTransitGatewayAttachmentResult(val id: String? = null, val options: OptionsProperties? = null, val subnetIds: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, options: OptionsProperties? = null, subnetIds: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the attachment.

Link copied to clipboard

The options for the transit gateway vpc attachment.

Link copied to clipboard
val subnetIds: List<String>? = null

The IDs of one or more subnets. You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the attachment.