libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.CriterionAdditionalProperties

Description

 
Synopsis

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.

Constructors

CriterionAdditionalProperties' 

Fields

  • eq :: Maybe [Text]

    The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.

  • lte :: Maybe Integer

    The value for the property is less than or equal to the specified value.

  • gt :: Maybe Integer

    The value for the property is greater than the specified value.

  • eqExactMatch :: Maybe [Text]

    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.

  • neq :: Maybe [Text]

    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.

  • lt :: Maybe Integer

    The value for the property is less than the specified value.

  • gte :: Maybe Integer

    The value for the property is greater than or equal to the specified value.

Instances

Instances details
Eq CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

Read CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

Show CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

Generic CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

Associated Types

type Rep CriterionAdditionalProperties :: Type -> Type #

NFData CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

Hashable CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

ToJSON CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

FromJSON CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

type Rep CriterionAdditionalProperties Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CriterionAdditionalProperties

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.