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 |
Synopsis
Documentation
data MetricsAndOperator Source #
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
See: newMetricsAndOperator
smart constructor.
Instances
newMetricsAndOperator :: MetricsAndOperator Source #
Create a value of MetricsAndOperator
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:prefix:MetricsAndOperator'
, metricsAndOperator_prefix
- The prefix used when evaluating an AND predicate.
$sel:accessPointArn:MetricsAndOperator'
, metricsAndOperator_accessPointArn
- The access point ARN used when evaluating an AND predicate.
$sel:tags:MetricsAndOperator'
, metricsAndOperator_tags
- The list of tags used when evaluating an AND predicate.
metricsAndOperator_prefix :: Lens' MetricsAndOperator (Maybe Text) Source #
The prefix used when evaluating an AND predicate.
metricsAndOperator_accessPointArn :: Lens' MetricsAndOperator (Maybe Text) Source #
The access point ARN used when evaluating an AND predicate.
metricsAndOperator_tags :: Lens' MetricsAndOperator (Maybe [Tag]) Source #
The list of tags used when evaluating an AND predicate.