aws.cloudwatch.metric
Supported platform
- aws
Description
Amazon CloudWatch metric
The aws.cloudwatch.metric object represents an individual AWS CloudWatch metric configured within an account. For usage, read the aws.cloudwatch resource documentation.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Name of the metric |
| namespace | string | Namespace for the metric |
| region | string | Region where the metric exists |
| alarms | []aws.cloudwatch.metricsalarm | List of CloudWatch metric alarms for the metric |
| dimensions | []aws.cloudwatch.metricdimension | Dimensions that apply to the metric |
| statistics | aws.cloudwatch.metricstatistics | Statistics for the metric |