matchesPrefix

@JvmName(name = "lvdvbjdchfdludbl")
suspend fun matchesPrefix(value: Output<List<String>>)
@JvmName(name = "dviqsxxofinlvadi")
suspend fun matchesPrefix(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "ioslpybkietbdwba")
suspend fun matchesPrefix(values: List<Output<String>>)
@JvmName(name = "vpjilxwgamrfrrwo")
suspend fun matchesPrefix(vararg values: String)

Parameters

values

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