| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceQuotas.Types.MetricInfo
Description
Synopsis
- data MetricInfo = MetricInfo' {}
- newMetricInfo :: MetricInfo
- metricInfo_metricDimensions :: Lens' MetricInfo (Maybe (HashMap Text Text))
- metricInfo_metricName :: Lens' MetricInfo (Maybe Text)
- metricInfo_metricNamespace :: Lens' MetricInfo (Maybe Text)
- metricInfo_metricStatisticRecommendation :: Lens' MetricInfo (Maybe Text)
Documentation
data MetricInfo Source #
Information about the CloudWatch metric that reflects quota usage.
See: newMetricInfo smart constructor.
Constructors
| MetricInfo' | |
Fields
| |
Instances
newMetricInfo :: MetricInfo Source #
Create a value of MetricInfo 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:metricDimensions:MetricInfo', metricInfo_metricDimensions - The metric dimension. This is a name/value pair that is part of the
identity of a metric.
$sel:metricName:MetricInfo', metricInfo_metricName - The name of the metric.
$sel:metricNamespace:MetricInfo', metricInfo_metricNamespace - The namespace of the metric.
$sel:metricStatisticRecommendation:MetricInfo', metricInfo_metricStatisticRecommendation - The metric statistic that we recommend you use when determining quota
usage.
metricInfo_metricDimensions :: Lens' MetricInfo (Maybe (HashMap Text Text)) Source #
The metric dimension. This is a name/value pair that is part of the identity of a metric.
metricInfo_metricName :: Lens' MetricInfo (Maybe Text) Source #
The name of the metric.
metricInfo_metricNamespace :: Lens' MetricInfo (Maybe Text) Source #
The namespace of the metric.
metricInfo_metricStatisticRecommendation :: Lens' MetricInfo (Maybe Text) Source #
The metric statistic that we recommend you use when determining quota usage.