matchAnySuffix

@JvmName(name = "ylrqwjneluufvrdv")
suspend fun matchAnySuffix(value: Output<List<String>>)
@JvmName(name = "qqyxoyficlmbpaqu")
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 = "fscsmcvxjuaptnej")
suspend fun matchAnySuffix(vararg values: Output<String>)


@JvmName(name = "huthjqvarqtluvpk")
suspend fun matchAnySuffix(values: List<Output<String>>)
@JvmName(name = "cxsgcbrfrlsdhkmt")
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.