TransitGateway

class TransitGateway : KotlinCustomResource

Resource Type definition for AWS::EC2::TransitGateway

Properties

Link copied to clipboard
val amazonSideAsn: Output<Int>?

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs. The default is 64512.

Link copied to clipboard

The ID of the default association route table.

Link copied to clipboard

Enable or disable automatic acceptance of attachment requests. Disabled by default.

Link copied to clipboard
val awsId: Output<String>

The ID of the transit gateway.

Link copied to clipboard

Enable or disable automatic association with the default association route table. Enabled by default.

Link copied to clipboard

Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.

Link copied to clipboard
val description: Output<String>?

The description of the transit gateway.

Link copied to clipboard
val dnsSupport: Output<String>?

Enable or disable DNS support. Enabled by default.

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

Indicates whether multicast is enabled on the transit gateway

Link copied to clipboard

The ID of the default propagation route table.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature. For important information about this feature, see Create a transit gateway in the AWS Transit Gateway Guide .

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

The tags for the transit gateway.

Link copied to clipboard
Link copied to clipboard

The transit gateway CIDR blocks.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpnEcmpSupport: Output<String>?

Enable or disable Equal Cost Multipath Protocol support. Enabled by default.