Transit Gateway Attachment Args
data class TransitGatewayAttachmentArgs(val options: Output<OptionsPropertiesArgs>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val transitGatewayId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<TransitGatewayAttachmentArgs>
Resource Type definition for AWS::EC2::TransitGatewayAttachment
Properties
Link copied to clipboard
The options for the transit gateway vpc attachment.
Link copied to clipboard
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
The ID of the transit gateway.