TransitGatewayVpcAttachmentArgs

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<TagArgs>>? = 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
constructor(addSubnetIds: Output<List<String>>? = null, options: Output<OptionsPropertiesArgs>? = null, removeSubnetIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, transitGatewayId: Output<String>? = null, vpcId: Output<String>? = null)

Properties

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

The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.

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

The options for the transit gateway vpc attachment.

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

The IDs of one or more subnets to remove.

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

The IDs of the subnets.

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

The tags for the VPC attachment.

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

The ID of the transit gateway.

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

The ID of the VPC.

Functions

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