awscc.ce_costcategory

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - ce:DeleteCostCategoryDefinition

update

Parent base class for filters and actions.

definitions:
  ZonedDateTime:
    description: ISO 8601 date time with offset format
    maxLength: 25
    minLength: 20
    pattern: ^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(([+-]\d\d:\d\d)|Z)$
    type: string
properties:
  DefaultValue:
    description: The default value for the cost category
    maxLength: 50
    minLength: 1
    type: string
  RuleVersion:
    enum:
    - CostCategoryExpression.v1
    type: string
  Rules:
    description: JSON array format of Expression in Billing and Cost Management API
    type: string
  SplitChargeRules:
    description: Json array format of CostCategorySplitChargeRule in Billing and Cost
      Management API
    type: string
  type:
    enum:
    - update

Permissions - ce:UpdateCostCategoryDefinition