Get Local Gateway Plain Args
data class GetLocalGatewayPlainArgs(val filters: List<GetLocalGatewayFilter>? = null, val id: String? = null, val state: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLocalGatewayPlainArgs>
A collection of arguments for invoking getLocalGateway.
Properties
Link copied to clipboard
Custom filter block as described below.
Link copied to clipboard
Mapping of tags, each pair of which must exactly match a pair on the desired Local Gateway. The arguments of this data source act as filters for querying the available Local Gateways in the current region. The given filters must match exactly one Local Gateway whose data will be exported as attributes.