matchAnySuffix

@JvmName(name = "qjivwtevoqntjxjc")
suspend fun matchAnySuffix(value: Output<List<String>>)
@JvmName(name = "lkcatanmtitxkpvh")
suspend fun matchAnySuffix(value: List<String>?)

Parameters

value

This property contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes are allowed.


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


@JvmName(name = "lrmdwmaeluyktvjx")
suspend fun matchAnySuffix(values: List<Output<String>>)
@JvmName(name = "msvcryldiyfknskq")
suspend fun matchAnySuffix(vararg values: String)

Parameters

values

This property contains a list of suffixes. At least one suffix must be specified. Up to 10 suffixes are allowed.