INPUT_OBJECT

CloudNativeTagPair

Description

CloudNativeTagPair represents a single tag key with multiple possible values for cloud-native tag rules.

link GraphQL Schema definition

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