OBJECT
Tag represents a tag key-value pair.
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! }