transforms

@JvmName(name = "ituxscorqopyxkia")
suspend fun transforms(value: Output<List<String>>)
@JvmName(name = "viaqjxkfgovgdllp")
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, UrlDecode and UrlEncode.


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


@JvmName(name = "kstodxkenwppmmek")
suspend fun transforms(values: List<Output<String>>)
@JvmName(name = "dyiwydlcrurujxpp")
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, UrlDecode and UrlEncode.