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<TransitGatewayTag>? = null, val transitGatewayCidrBlocks: List<String>? = null, val vpnEcmpSupport: String? = null)
Constructors
Link copied to clipboard
fun GetTransitGatewayResult(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<TransitGatewayTag>? = null, transitGatewayCidrBlocks: List<String>? = null, vpnEcmpSupport: String? = null)