matchAnySuffix

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

Parameters

value

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


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


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

Parameters

values

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