LocalGatewayRouteTableArgs

data class LocalGatewayRouteTableArgs(val localGatewayId: Output<String>? = null, val mode: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocalGatewayRouteTableArgs>

Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.

Constructors

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

Properties

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

The ID of the local gateway.

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

The mode of the local gateway route table.

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

The tags for the local gateway route table.

Functions

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