transforms

@JvmName(name = "wrlrswixneyvexdq")
suspend fun transforms(value: Output<List<String>>)
@JvmName(name = "ncrheafhcmdoxmdi")
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 = "vjoovleitvllwbgj")
suspend fun transforms(vararg values: Output<String>)


@JvmName(name = "rjxvfsstemyyjrck")
suspend fun transforms(values: List<Output<String>>)
@JvmName(name = "mmynsrtdfwdardfr")
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.