GetTransitGatewayResult

data class GetTransitGatewayResult(val associationDefaultRouteTableId: String? = null, val autoAcceptSharedAttachments: String? = null, val defaultRouteTableAssociation: String? = null, val defaultRouteTablePropagation: String? = null, val description: String? = null, val dnsSupport: String? = null, val id: String? = null, val propagationDefaultRouteTableId: String? = null, val securityGroupReferencingSupport: String? = null, val tags: List<Tag>? = null, val transitGatewayArn: String? = null, val transitGatewayCidrBlocks: List<String>? = null, val vpnEcmpSupport: String? = null)

Constructors

Link copied to clipboard
constructor(associationDefaultRouteTableId: String? = null, autoAcceptSharedAttachments: String? = null, defaultRouteTableAssociation: String? = null, defaultRouteTablePropagation: String? = null, description: String? = null, dnsSupport: String? = null, id: String? = null, propagationDefaultRouteTableId: String? = null, securityGroupReferencingSupport: String? = null, tags: List<Tag>? = null, transitGatewayArn: String? = null, transitGatewayCidrBlocks: List<String>? = null, vpnEcmpSupport: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

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

The description of the transit gateway.

Link copied to clipboard
val dnsSupport: String? = null

Enable or disable DNS support. Enabled by default.

Link copied to clipboard
val id: String? = null

The ID of 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: List<Tag>? = null

The tags for the transit gateway.

Link copied to clipboard
Link copied to clipboard

The transit gateway CIDR blocks.

Link copied to clipboard
val vpnEcmpSupport: String? = null

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