filters

@JvmName(name = "nsfupyhskqqlaqwf")
suspend fun filters(value: Output<List<String>>)
@JvmName(name = "aoucrmbkbwfwluif")
suspend fun filters(value: List<String>?)

Parameters

value

Specifies a list of filters which are used to modify the request before sending it to the target endpoint, or the received response.


@JvmName(name = "fjwmhusgpuqolyih")
suspend fun filters(vararg values: Output<String>)


@JvmName(name = "qyhkrnhcqveubanp")
suspend fun filters(values: List<Output<String>>)
@JvmName(name = "kqeddbgtqcgwfbyh")
suspend fun filters(vararg values: String)

Parameters

values

Specifies a list of filters which are used to modify the request before sending it to the target endpoint, or the received response.