transforms

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


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