OBJECT

TagRuleTag

Description

Tag represents a tag key-value pair.

link GraphQL Schema definition

  • type TagRuleTag {
  • # Tag key of the tag rule.
  • tagKey: String!
  • # Tag value of the tag rule.
  • tagValue: String!
  • # Indicates if all tag values should be matched.
  • matchAllValues: Boolean!
  • }