awscc.cloudwatch_compositealarm

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - cloudwatch:DescribeAlarms, cloudwatch:DeleteAlarms

update

Parent base class for filters and actions.

properties:
  ActionsEnabled:
    description: Indicates whether actions should be executed during any changes to
      the alarm state. The default is TRUE.
    type: boolean
  AlarmActions:
    description: The list of actions to execute when this alarm transitions into an
      ALARM state from any other state. Specify each action as an Amazon Resource
      Name (ARN).
    items:
      description: Amazon Resource Name (ARN) of the action
      maxLength: 1024
      minLength: 1
      type: string
    maxItems: 5
    type: array
  AlarmDescription:
    description: The description of the alarm
    maxLength: 1024
    minLength: 0
    type: string
  AlarmRule:
    description: Expression which aggregates the state of other Alarms (Metric or
      Composite Alarms)
    maxLength: 10240
    minLength: 1
    type: string
  InsufficientDataActions:
    description: The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
      state from any other state. Each action is specified as an Amazon Resource Name
      (ARN).
    items:
      description: Amazon Resource Name (ARN) of the action
      maxLength: 1024
      minLength: 1
      type: string
    maxItems: 5
    type: array
  OKActions:
    description: The actions to execute when this alarm transitions to the OK state
      from any other state. Each action is specified as an Amazon Resource Name (ARN).
    items:
      description: Amazon Resource Name (ARN) of the action
      maxLength: 1024
      minLength: 1
      type: string
    maxItems: 5
    type: array
  type:
    enum:
    - update

Permissions - cloudwatch:DescribeAlarms, cloudwatch:PutCompositeAlarm