Transit Gateway Attachment Args
data class TransitGatewayAttachmentArgs(val options: Output<OptionsPropertiesArgs>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TransitGatewayAttachmentTagArgs>>? = null, val transitGatewayId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<TransitGatewayAttachmentArgs>
Resource Type definition for AWS::EC2::TransitGatewayAttachment
Constructors
Link copied to clipboard
fun TransitGatewayAttachmentArgs(options: Output<OptionsPropertiesArgs>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TransitGatewayAttachmentTagArgs>>? = null, transitGatewayId: Output<String>? = null, vpcId: Output<String>? = null)