TransitGatewayRouteTablePropagationArgs

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

AWS::EC2::TransitGatewayRouteTablePropagation Type

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(): TransitGatewayRouteTablePropagationArgs