TransitGatewayRouteTableAssociationArgs

data class TransitGatewayRouteTableAssociationArgs(val transitGatewayAttachmentId: Output<String>? = null, val transitGatewayRouteTableId: Output<String>? = null) : ConvertibleToJava<TransitGatewayRouteTableAssociationArgs>

Resource Type definition for AWS::EC2::TransitGatewayRouteTableAssociation

Constructors

Link copied to clipboard
constructor(transitGatewayAttachmentId: Output<String>? = null, transitGatewayRouteTableId: Output<String>? = null)

Properties

Link copied to clipboard
val transitGatewayAttachmentId: Output<String>? = null

The ID of transit gateway attachment.

Link copied to clipboard
val transitGatewayRouteTableId: Output<String>? = null

The ID of transit gateway route table.

Functions

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