TransitGatewayRouteTableArgs

data class TransitGatewayRouteTableArgs(val tags: Output<List<TagArgs>>? = null, val transitGatewayId: Output<String>? = null) : ConvertibleToJava<TransitGatewayRouteTableArgs>

Resource Type definition for AWS::EC2::TransitGatewayRouteTable

Constructors

Link copied to clipboard
constructor(tags: Output<List<TagArgs>>? = null, transitGatewayId: Output<String>? = null)

Properties

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.

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

The ID of the transit gateway.

Functions

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