INPUT_OBJECT
CreateCloudNativeTagRuleInput
Description
Input required to create a cloud-native tag rule.
link GraphQL Schema definition
- input CreateCloudNativeTagRuleInput {
- # Specifies whether this tag rule apply to all cloud accounts.
- : Boolean
- # Cloud native accounts on which tag rule will be applied.
- : CloudNativeIds
- # Type of managed object on which tag rule will be applied.
- : CloudNativeTagObjectType!
- # Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule.
- : TagRuleSlaAssignType
- # Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule.
- : UUID
- # Tag key-value pair for tag rule.
- : TagType!
- # Name of the tag rule.
- : String!
- }