Amazon CloudWatch · JSON-LD Context
Amazon Cloudwatch Context
JSON-LD context defining the semantic vocabulary for Amazon Cloudwatch from Amazon CloudWatch.
10 Classes
32 Properties
4 Namespaces
Namespaces
cloudwatch:
https://aws.amazon.com/cloudwatch/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
GetMetricDataResponse
GetMetricStatisticsResponse
ListMetricsResponse
DescribeAlarmsResponse
PutDashboardResponse
GetDashboardResponse
ListDashboardsResponse
Metric
Alarm
Dashboard
Properties
| Property | Type | Container |
|---|---|---|
| metricDataResults | string | set |
| nextToken | string | |
| label | string | |
| datapoints | string | set |
| metrics | string | set |
| metricAlarms | string | set |
| dashboardValidationMessages | string | set |
| dashboardArn | string | |
| dashboardBody | string | |
| dashboardName | string | |
| dashboardEntries | string | set |
| namespace | string | |
| metricName | string | |
| dimensions | string | set |
| alarmName | string | |
| alarmArn | string | |
| alarmDescription | string | |
| stateValue | string | |
| stateReason | string | |
| stateUpdatedTimestamp | dateTime | |
| statistic | string | |
| period | integer | |
| evaluationPeriods | integer | |
| threshold | decimal | |
| comparisonOperator | string | |
| treatMissingData | string | |
| actionsEnabled | boolean | |
| alarmActions | string | set |
| okActions | string | set |
| insufficientDataActions | string | set |
| lastModified | dateTime | |
| size | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"cloudwatch": "https://aws.amazon.com/cloudwatch/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"GetMetricDataResponse": "cloudwatch:GetMetricDataResponse",
"metricDataResults": {
"@id": "cloudwatch:metric_data_results",
"@container": "@set",
"@type": "xsd:string"
},
"nextToken": {
"@id": "cloudwatch:next_token",
"@type": "xsd:string"
},
"GetMetricStatisticsResponse": "cloudwatch:GetMetricStatisticsResponse",
"label": {
"@id": "cloudwatch:label",
"@type": "xsd:string"
},
"datapoints": {
"@id": "cloudwatch:datapoints",
"@container": "@set",
"@type": "xsd:string"
},
"ListMetricsResponse": "cloudwatch:ListMetricsResponse",
"metrics": {
"@id": "cloudwatch:metrics",
"@container": "@set",
"@type": "xsd:string"
},
"DescribeAlarmsResponse": "cloudwatch:DescribeAlarmsResponse",
"metricAlarms": {
"@id": "cloudwatch:metric_alarms",
"@container": "@set",
"@type": "xsd:string"
},
"PutDashboardResponse": "cloudwatch:PutDashboardResponse",
"dashboardValidationMessages": {
"@id": "cloudwatch:dashboard_validation_messages",
"@container": "@set",
"@type": "xsd:string"
},
"GetDashboardResponse": "cloudwatch:GetDashboardResponse",
"dashboardArn": {
"@id": "cloudwatch:dashboard_arn",
"@type": "xsd:string"
},
"dashboardBody": {
"@id": "cloudwatch:dashboard_body",
"@type": "xsd:string"
},
"dashboardName": {
"@id": "cloudwatch:dashboard_name",
"@type": "xsd:string"
},
"ListDashboardsResponse": "cloudwatch:ListDashboardsResponse",
"dashboardEntries": {
"@id": "cloudwatch:dashboard_entries",
"@container": "@set",
"@type": "xsd:string"
},
"Metric": "cloudwatch:Metric",
"namespace": {
"@id": "cloudwatch:namespace",
"@type": "xsd:string"
},
"metricName": {
"@id": "cloudwatch:metric_name",
"@type": "xsd:string"
},
"dimensions": {
"@id": "cloudwatch:dimensions",
"@container": "@set",
"@type": "xsd:string"
},
"Alarm": "cloudwatch:Alarm",
"alarmName": {
"@id": "cloudwatch:alarm_name",
"@type": "xsd:string"
},
"alarmArn": {
"@id": "cloudwatch:alarm_arn",
"@type": "xsd:string"
},
"alarmDescription": {
"@id": "cloudwatch:alarm_description",
"@type": "xsd:string"
},
"stateValue": {
"@id": "cloudwatch:state_value",
"@type": "xsd:string"
},
"stateReason": {
"@id": "cloudwatch:state_reason",
"@type": "xsd:string"
},
"stateUpdatedTimestamp": {
"@id": "cloudwatch:state_updated_timestamp",
"@type": "xsd:dateTime"
},
"statistic": {
"@id": "cloudwatch:statistic",
"@type": "xsd:string"
},
"period": {
"@id": "cloudwatch:period",
"@type": "xsd:integer"
},
"evaluationPeriods": {
"@id": "cloudwatch:evaluation_periods",
"@type": "xsd:integer"
},
"threshold": {
"@id": "cloudwatch:threshold",
"@type": "xsd:decimal"
},
"comparisonOperator": {
"@id": "cloudwatch:comparison_operator",
"@type": "xsd:string"
},
"treatMissingData": {
"@id": "cloudwatch:treat_missing_data",
"@type": "xsd:string"
},
"actionsEnabled": {
"@id": "cloudwatch:actions_enabled",
"@type": "xsd:boolean"
},
"alarmActions": {
"@id": "cloudwatch:alarm_actions",
"@container": "@set",
"@type": "xsd:string"
},
"okActions": {
"@id": "cloudwatch:ok_actions",
"@container": "@set",
"@type": "xsd:string"
},
"insufficientDataActions": {
"@id": "cloudwatch:insufficient_data_actions",
"@container": "@set",
"@type": "xsd:string"
},
"Dashboard": "cloudwatch:Dashboard",
"lastModified": {
"@id": "cloudwatch:last_modified",
"@type": "xsd:dateTime"
},
"size": {
"@id": "cloudwatch:size",
"@type": "xsd:integer"
}
}
}