--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudwatch_composite_alarm Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::CloudWatch::CompositeAlarm --- # awscc_cloudwatch_composite_alarm (Data Source) Data Source schema for AWS::CloudWatch::CompositeAlarm ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `actions_enabled` (Boolean) Indicates whether actions should be executed during any changes to the alarm state. The default is TRUE. - `alarm_actions` (List of String) 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). - `alarm_description` (String) The description of the alarm - `alarm_name` (String) The name of the Composite Alarm - `alarm_rule` (String) Expression which aggregates the state of other Alarms (Metric or Composite Alarms) - `arn` (String) Amazon Resource Name (ARN) of the alarm - `insufficient_data_actions` (List of String) 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). - `ok_actions` (List of String) 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).