OBJECT

CloudNativeTagPairOutput

Description

Cloud-native tag key-value pair.

link GraphQL Schema definition

  • type CloudNativeTagPairOutput {
  • # Tag key.
  • key: String!
  • # Indicates if all tag values should be matched.
  • matchAllTagValues: Boolean!
  • # List of tag values.
  • values: [String!]!
  • }