Get Local Gateway Route Table Plain Args
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.
Properties
Link copied to clipboard
Link copied to clipboard
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
ARN of the Outpost the local gateway route table is associated with.
Link copied to clipboard
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.