Get Transit Gateway Result
data class GetTransitGatewayResult(val amazonSideAsn: Int, val arn: String, val associationDefaultRouteTableId: String, val autoAcceptSharedAttachments: String, val defaultRouteTableAssociation: String, val defaultRouteTablePropagation: String, val description: String, val dnsSupport: String, val filters: List<GetTransitGatewayFilter>? = null, val id: String, val multicastSupport: String, val ownerId: String, val propagationDefaultRouteTableId: String, val securityGroupReferencingSupport: String, val tags: Map<String, String>, val transitGatewayCidrBlocks: List<String>, val vpnEcmpSupport: String)
A collection of values returned by getTransitGateway.
Constructors
Link copied to clipboard
constructor(amazonSideAsn: Int, arn: String, associationDefaultRouteTableId: String, autoAcceptSharedAttachments: String, defaultRouteTableAssociation: String, defaultRouteTablePropagation: String, description: String, dnsSupport: String, filters: List<GetTransitGatewayFilter>? = null, id: String, multicastSupport: String, ownerId: String, propagationDefaultRouteTableId: String, securityGroupReferencingSupport: String, tags: Map<String, String>, transitGatewayCidrBlocks: List<String>, vpnEcmpSupport: String)
Properties
Link copied to clipboard
Private Autonomous System Number (ASN) for the Amazon side of a BGP session
Link copied to clipboard
Identifier of the default association route table
Link copied to clipboard
Whether resource attachment requests are automatically accepted
Link copied to clipboard
Whether resource attachments are automatically associated with the default association route table
Link copied to clipboard
Whether resource attachments automatically propagate routes to the default propagation route table
Link copied to clipboard
Description of the EC2 Transit Gateway
Link copied to clipboard
Whether DNS support is enabled
Link copied to clipboard
Link copied to clipboard
Whether Multicast support is enabled
Link copied to clipboard
Identifier of the default propagation route table
Link copied to clipboard
Whether Security Group Referencing Support is enabled
Link copied to clipboard
The list of associated CIDR blocks
Link copied to clipboard
Whether VPN Equal Cost Multipath Protocol support is enabled