CreateCloudNativeLabelRuleInput
Input required to create a cloud-native label rule.
Fields
| Field | Type | Description |
|---|---|---|
| applyToAllCloudAccounts | Boolean | Specifies whether this label rule apply to all cloud accounts. |
| cloudNativeAccountIds | CloudNativeIds | Cloud native accounts on which label rule will be applied. |
| label | LabelType | Label key-value pair for label rule. Optional when labelConditions is provided. |
| labelConditions | CloudNativeTagCondition | Label conditions with multiple key-value pairs. Optional when label is provided. |
| labelRuleName | String! | Name of the label rule. |
| objectType | CloudNativeLabelObjectType! | Type of managed object on which label rule will be applied. |
| slaAssignType | TagRuleSlaAssignType | Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule. |
| slaId | UUID | Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule. |