matchAnySuffix

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


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