INPUT_OBJECT

CreateCloudNativeLabelRuleInput

Description

Input required to create a cloud-native label rule.

link GraphQL Schema definition

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

link Require by