transforms

@JvmName(name = "ydjerisgpvoglvfj")
suspend fun transforms(value: Output<List<String>>)
@JvmName(name = "lqogfksexcyqpxmf")
suspend fun transforms(value: List<String>?)

Parameters

value

A list of transformations to do before the match is attempted. Possible values are HtmlEntityDecode, Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode and UrlEncode.


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


@JvmName(name = "xhyqhfuyykfwrevl")
suspend fun transforms(values: List<Output<String>>)
@JvmName(name = "ufyhvdbrspjmohad")
suspend fun transforms(vararg values: String)

Parameters

values

A list of transformations to do before the match is attempted. Possible values are HtmlEntityDecode, Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode and UrlEncode.