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 MetricToRetain Source #
The metric you want to retain. Dimensions are optional.
See: newMetricToRetain
smart constructor.
MetricToRetain' | |
|
Instances
Create a value of MetricToRetain
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:metricDimension:MetricToRetain'
, metricToRetain_metricDimension
- The dimension of a metric. This can't be used with custom metrics.
$sel:metric:MetricToRetain'
, metricToRetain_metric
- What is measured by the behavior.
metricToRetain_metricDimension :: Lens' MetricToRetain (Maybe MetricDimension) Source #
The dimension of a metric. This can't be used with custom metrics.
metricToRetain_metric :: Lens' MetricToRetain Text Source #
What is measured by the behavior.