Properties
| Name | Type | Description |
|---|---|---|
| AlarmName | string | The name for the composite alarm. |
| AlarmDescription | string | The description for the composite alarm. |
| ActionsEnabled | boolean | Indicates whether actions should be executed during any changes to the alarm state. |
| AlarmActions | array | The actions to execute when this alarm transitions to the ALARM state. |
| AlarmRule | string | An expression that specifies which other alarms are to be evaluated to determine this composite alarm's state. |
| InsufficientDataActions | array | The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state. |
| OKActions | array | The actions to execute when this alarm transitions to the OK state. |
| Tags | array | A list of key-value pairs to associate with the composite alarm. |
| ActionsSuppressor | string | Actions will be suppressed if the suppressor alarm is in the ALARM state. |
| ActionsSuppressorWaitPeriod | integer | The maximum time in seconds that the composite alarm waits for the suppressor to go into ALARM state. |
| ActionsSuppressorExtensionPeriod | integer | The maximum time in seconds that the composite alarm waits after the suppressor leaves the ALARM state. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PutCompositeAlarmInput",
"title": "PutCompositeAlarmInput",
"type": "object",
"required": [
"AlarmName",
"AlarmRule"
],
"properties": {
"AlarmName": {
"type": "string",
"minLength": 1,
"maxLength": 255,
"description": "The name for the composite alarm.",
"example": "example_value"
},
"AlarmDescription": {
"type": "string",
"maxLength": 1024,
"description": "The description for the composite alarm.",
"example": "example_value"
},
"ActionsEnabled": {
"type": "boolean",
"description": "Indicates whether actions should be executed during any changes to the alarm state.",
"example": true
},
"AlarmActions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"description": "The actions to execute when this alarm transitions to the ALARM state.",
"example": []
},
"AlarmRule": {
"type": "string",
"minLength": 1,
"maxLength": 10240,
"description": "An expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.",
"example": "example_value"
},
"InsufficientDataActions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"description": "The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state.",
"example": []
},
"OKActions": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"description": "The actions to execute when this alarm transitions to the OK state.",
"example": []
},
"Tags": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tag"
},
"description": "A list of key-value pairs to associate with the composite alarm.",
"example": []
},
"ActionsSuppressor": {
"type": "string",
"description": "Actions will be suppressed if the suppressor alarm is in the ALARM state.",
"example": "example_value"
},
"ActionsSuppressorWaitPeriod": {
"type": "integer",
"description": "The maximum time in seconds that the composite alarm waits for the suppressor to go into ALARM state.",
"example": 10
},
"ActionsSuppressorExtensionPeriod": {
"type": "integer",
"description": "The maximum time in seconds that the composite alarm waits after the suppressor leaves the ALARM state.",
"example": 10
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cloudwatch-putcompositealarminput"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.