GetLocalGatewayRouteTablePlainArgs

data class GetLocalGatewayRouteTablePlainArgs(val filters: List<GetLocalGatewayRouteTableFilter>? = null, val localGatewayId: String? = null, val localGatewayRouteTableId: String? = null, val outpostArn: String? = null, val state: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLocalGatewayRouteTablePlainArgs>

A collection of arguments for invoking getLocalGatewayRouteTable.

Constructors

Link copied to clipboard
constructor(filters: List<GetLocalGatewayRouteTableFilter>? = null, localGatewayId: String? = null, localGatewayRouteTableId: String? = null, outpostArn: String? = null, state: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val localGatewayId: String? = null

ID of the specific local gateway route table to retrieve.

Link copied to clipboard

Local Gateway Route Table Id assigned to desired local gateway route table

Link copied to clipboard
val outpostArn: String? = null

ARN of the Outpost the local gateway route table is associated with.

Link copied to clipboard
val state: String? = null

State of the local gateway route table.

Link copied to clipboard
val tags: Map<String, String>? = null

Mapping of tags, each pair of which must exactly match a pair on the desired local gateway route table. The arguments of this data source act as filters for querying the available Local Gateway Route Tables in the current region. The given filters must match exactly one Local Gateway Route Table whose data will be exported as attributes.

Functions

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