TransitGatewayVpcAttachment

class TransitGatewayVpcAttachment : KotlinCustomResource

Resource Type definition for AWS::EC2::TransitGatewayVpcAttachment

Properties

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

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

Link copied to clipboard
val awsId: Output<String>

The ID of the attachment.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The options for the transit gateway vpc attachment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val removeSubnetIds: Output<List<String>>?

The IDs of one or more subnets to remove.

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

The IDs of the subnets.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags for the VPC attachment.

Link copied to clipboard

The ID of the transit gateway.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC.