matchesSuffix

@JvmName(name = "ogqswumnxxwkncyh")
suspend fun matchesSuffix(value: Output<List<String>>)
@JvmName(name = "ywllvvbujqfrwnyt")
suspend fun matchesSuffix(value: List<String>?)

Parameters

value

List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.


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


@JvmName(name = "qbsbouxpbonxhbpk")
suspend fun matchesSuffix(values: List<Output<String>>)
@JvmName(name = "qdvexismfhuuokvd")
suspend fun matchesSuffix(vararg values: String)

Parameters

values

List of object name suffixes. This condition will be satisfied when at least one of the suffixes exactly matches the end of the object name.