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