filters

@JvmName(name = "bkplhkljmhtjojyl")
suspend fun filters(value: Output<List<String>>)
@JvmName(name = "blnhjpqolyayovuh")
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 in app level.


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


@JvmName(name = "hkburpdxvkkvqwgm")
suspend fun filters(values: List<Output<String>>)
@JvmName(name = "ivnthpgrgqniaajo")
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 in app level.