INPUT_OBJECT

TagType

Description

Represents tag key-value pair.

link GraphQL Schema definition

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