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