TransitGatewayArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): TransitGatewayArgs

Properties

Link copied to clipboard
val amazonSideAsn: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val autoAcceptSharedAttachments: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val dnsSupport: Output<String>? = null
Link copied to clipboard
val multicastSupport: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<TransitGatewayTagArgs>>? = null
Link copied to clipboard
val transitGatewayCidrBlocks: Output<List<String>>? = null
Link copied to clipboard
val vpnEcmpSupport: Output<String>? = null