TransitGatewayArgs

data class TransitGatewayArgs(val amazonSideAsn: Output<Int>? = null, val associationDefaultRouteTableId: Output<String>? = null, val autoAcceptSharedAttachments: Output<String>? = null, val defaultRouteTableAssociation: Output<String>? = null, val defaultRouteTablePropagation: Output<String>? = null, val description: Output<String>? = null, val dnsSupport: Output<String>? = null, val multicastSupport: Output<String>? = null, val propagationDefaultRouteTableId: Output<String>? = null, val securityGroupReferencingSupport: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val transitGatewayCidrBlocks: Output<List<String>>? = null, val vpnEcmpSupport: Output<String>? = null) : ConvertibleToJava<TransitGatewayArgs>

Resource Type definition for AWS::EC2::TransitGateway

Constructors

Link copied to clipboard
constructor(amazonSideAsn: Output<Int>? = null, associationDefaultRouteTableId: Output<String>? = null, autoAcceptSharedAttachments: Output<String>? = null, defaultRouteTableAssociation: Output<String>? = null, defaultRouteTablePropagation: Output<String>? = null, description: Output<String>? = null, dnsSupport: Output<String>? = null, multicastSupport: Output<String>? = null, propagationDefaultRouteTableId: Output<String>? = null, securityGroupReferencingSupport: Output<String>? = null, tags: Output<List<TagArgs>>? = null, transitGatewayCidrBlocks: Output<List<String>>? = null, vpnEcmpSupport: Output<String>? = null)

Properties

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

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
val autoAcceptSharedAttachments: Output<String>? = null

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

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>? = null

The description of the transit gateway.

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

Enable or disable DNS support. Enabled by default.

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

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

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<TagArgs>>? = null

The tags for the transit gateway.

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

The transit gateway CIDR blocks.

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

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

Functions

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