TransitGatewayAttachmentArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): TransitGatewayAttachmentArgs

Properties

Link copied to clipboard
val options: Output<OptionsPropertiesArgs>? = null

The options for the transit gateway vpc attachment.

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