filterMatchCriteria

@JvmName(name = "iapdrlumxamysxkx")
suspend fun filterMatchCriteria(value: Output<String>)
@JvmName(name = "wvproqflpjmtfvkc")
suspend fun filterMatchCriteria(value: String)

Parameters

value

Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match. Supported values are:

  • MATCH_ANY: At least one of the filterLabels must have a matching label in the provided metadata.

  • MATCH_ALL: All filterLabels must have matching labels in the provided metadata. Possible values are: MATCH_ALL, MATCH_ANY.