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
- data CriterionAdditionalProperties = CriterionAdditionalProperties' {}
- newCriterionAdditionalProperties :: CriterionAdditionalProperties
- criterionAdditionalProperties_eq :: Lens' CriterionAdditionalProperties (Maybe [Text])
- criterionAdditionalProperties_lte :: Lens' CriterionAdditionalProperties (Maybe Integer)
- criterionAdditionalProperties_gt :: Lens' CriterionAdditionalProperties (Maybe Integer)
- criterionAdditionalProperties_eqExactMatch :: Lens' CriterionAdditionalProperties (Maybe [Text])
- criterionAdditionalProperties_neq :: Lens' CriterionAdditionalProperties (Maybe [Text])
- criterionAdditionalProperties_lt :: Lens' CriterionAdditionalProperties (Maybe Integer)
- criterionAdditionalProperties_gte :: Lens' CriterionAdditionalProperties (Maybe Integer)
Documentation
data CriterionAdditionalProperties Source #
Specifies the operator to use in a property-based condition that filters the results of a query for findings. For detailed information and examples of each operator, see Fundamentals of filtering findings in the Amazon Macie User Guide.
See: newCriterionAdditionalProperties
smart constructor.
CriterionAdditionalProperties' | |
|
Instances
newCriterionAdditionalProperties :: CriterionAdditionalProperties Source #
Create a value of CriterionAdditionalProperties
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:eq:CriterionAdditionalProperties'
, criterionAdditionalProperties_eq
- The value for the property matches (equals) the specified value. If you
specify multiple values, Macie uses OR logic to join the values.
$sel:lte:CriterionAdditionalProperties'
, criterionAdditionalProperties_lte
- The value for the property is less than or equal to the specified value.
$sel:gt:CriterionAdditionalProperties'
, criterionAdditionalProperties_gt
- The value for the property is greater than the specified value.
$sel:eqExactMatch:CriterionAdditionalProperties'
, criterionAdditionalProperties_eqExactMatch
- The value for the property exclusively matches (equals an exact match
for) all the specified values. If you specify multiple values, Amazon
Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
$sel:neq:CriterionAdditionalProperties'
, criterionAdditionalProperties_neq
- The value for the property doesn't match (doesn't equal) the specified
value. If you specify multiple values, Macie uses OR logic to join the
values.
$sel:lt:CriterionAdditionalProperties'
, criterionAdditionalProperties_lt
- The value for the property is less than the specified value.
$sel:gte:CriterionAdditionalProperties'
, criterionAdditionalProperties_gte
- The value for the property is greater than or equal to the specified
value.
criterionAdditionalProperties_eq :: Lens' CriterionAdditionalProperties (Maybe [Text]) Source #
The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
criterionAdditionalProperties_lte :: Lens' CriterionAdditionalProperties (Maybe Integer) Source #
The value for the property is less than or equal to the specified value.
criterionAdditionalProperties_gt :: Lens' CriterionAdditionalProperties (Maybe Integer) Source #
The value for the property is greater than the specified value.
criterionAdditionalProperties_eqExactMatch :: Lens' CriterionAdditionalProperties (Maybe [Text]) Source #
The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
criterionAdditionalProperties_neq :: Lens' CriterionAdditionalProperties (Maybe [Text]) Source #
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
criterionAdditionalProperties_lt :: Lens' CriterionAdditionalProperties (Maybe Integer) Source #
The value for the property is less than the specified value.
criterionAdditionalProperties_gte :: Lens' CriterionAdditionalProperties (Maybe Integer) Source #
The value for the property is greater than or equal to the specified value.