filters

@JvmName(name = "dhnitavhmjqrpjbx")
suspend fun filters(value: List<GetNatGatewayFilter>?)

Parameters

value

Custom filter block as described below. The arguments of this data source act as filters for querying the available NAT Gateways in the current Region. The given filters must match exactly one NAT Gateway whose data will be exported as attributes.


@JvmName(name = "dssbrcnxhuoeuxnj")
suspend fun filters(argument: List<suspend GetNatGatewayFilterBuilder.() -> Unit>)
@JvmName(name = "sfktfjancrarutmp")
suspend fun filters(vararg argument: suspend GetNatGatewayFilterBuilder.() -> Unit)
@JvmName(name = "lnyknxaekgnomhlv")
suspend fun filters(argument: suspend GetNatGatewayFilterBuilder.() -> Unit)

Parameters

argument

Custom filter block as described below. The arguments of this data source act as filters for querying the available NAT Gateways in the current Region. The given filters must match exactly one NAT Gateway whose data will be exported as attributes.


@JvmName(name = "vusgftiqnmgolqwb")
suspend fun filters(vararg values: GetNatGatewayFilter)

Parameters

values

Custom filter block as described below. The arguments of this data source act as filters for querying the available NAT Gateways in the current Region. The given filters must match exactly one NAT Gateway whose data will be exported as attributes.