OBJECT
Cloud-native tag key-value pair.
type CloudNativeTagPairOutput {# Tag key.key: String! # Indicates if all tag values should be matched.matchAllTagValues: Boolean! # List of tag values.values: [String!]! }