filterMatchCriteria

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

Parameters

value

Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match. 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_ANY, MATCH_ALL.