AWS CloudWatch · Example Payload

Cloudwatch Describe Alarms Input Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Describe Alarms Input Example is an example object payload from AWS CloudWatch, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AlarmNamesAlarmNamePrefixAlarmTypesChildrenOfAlarmNameParentsOfAlarmNameActionPrefixMaxRecordsNextToken

Example Payload

Raw ↑
{
  "AlarmNames": [],
  "AlarmNamePrefix": "example_value",
  "AlarmTypes": [],
  "ChildrenOfAlarmName": "example_value",
  "ParentsOfAlarmName": "example_value",
  "ActionPrefix": "example_value",
  "MaxRecords": 10,
  "NextToken": "example_value"
}