matchesPrefix

@JvmName(name = "lemtugebptytoova")
suspend fun matchesPrefix(value: Output<List<String>>)
@JvmName(name = "uqerfprhawbrxwqi")
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 = "umcnwjnwubhuncto")
suspend fun matchesPrefix(vararg values: Output<String>)


@JvmName(name = "oalhytqyhffyjsqe")
suspend fun matchesPrefix(values: List<Output<String>>)
@JvmName(name = "anqkjxnedcuvwvmx")
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.