Get Transit Gateway Result
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 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, tags: List<Tag>? = null, transitGatewayArn: String? = null, transitGatewayCidrBlocks: List<String>? = null, vpnEcmpSupport: String? = null)
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
The description of the transit gateway.
Link copied to clipboard
Enable or disable DNS support. Enabled by default.
Link copied to clipboard
The ID of the default propagation route table.
Link copied to clipboard
Link copied to clipboard
The transit gateway CIDR blocks.
Link copied to clipboard
Enable or disable Equal Cost Multipath Protocol support. Enabled by default.