Transit Gateway Args
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 tags: Output<List<TransitGatewayTagArgs>>? = 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
fun TransitGatewayArgs(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, tags: Output<List<TransitGatewayTagArgs>>? = null, transitGatewayCidrBlocks: Output<List<String>>? = null, vpnEcmpSupport: Output<String>? = null)