Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CloudWatchMetricsDimension Source #
The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see Dimensions in the Amazon CloudWatch User Guide.
See: newCloudWatchMetricsDimension
smart constructor.
Instances
newCloudWatchMetricsDimension :: CloudWatchMetricsDimension Source #
Create a value of CloudWatchMetricsDimension
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:CloudWatchMetricsDimension'
, cloudWatchMetricsDimension_value
- The value of the CloudWatch dimension.
$sel:name:CloudWatchMetricsDimension'
, cloudWatchMetricsDimension_name
- The name of the CloudWatch dimension.
cloudWatchMetricsDimension_value :: Lens' CloudWatchMetricsDimension (Maybe Text) Source #
The value of the CloudWatch dimension.
cloudWatchMetricsDimension_name :: Lens' CloudWatchMetricsDimension (Maybe Text) Source #
The name of the CloudWatch dimension.