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.Scoping

Description

 
Synopsis

Documentation

data Scoping Source #

Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.

See: newScoping smart constructor.

Constructors

Scoping' 

Fields

Instances

Instances details
Eq Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

Methods

(==) :: Scoping -> Scoping -> Bool #

(/=) :: Scoping -> Scoping -> Bool #

Read Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

Show Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

Generic Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

Associated Types

type Rep Scoping :: Type -> Type #

Methods

from :: Scoping -> Rep Scoping x #

to :: Rep Scoping x -> Scoping #

NFData Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

Methods

rnf :: Scoping -> () #

Hashable Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

Methods

hashWithSalt :: Int -> Scoping -> Int #

hash :: Scoping -> Int #

ToJSON Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

FromJSON Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

type Rep Scoping Source # 
Instance details

Defined in Amazonka.MacieV2.Types.Scoping

type Rep Scoping = D1 ('MetaData "Scoping" "Amazonka.MacieV2.Types.Scoping" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "Scoping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobScopingBlock)) :*: S1 ('MetaSel ('Just "excludes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobScopingBlock))))

newScoping :: Scoping Source #

Create a value of Scoping 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:includes:Scoping', scoping_includes - The property- and tag-based conditions that determine which objects to include in the analysis.

$sel:excludes:Scoping', scoping_excludes - The property- and tag-based conditions that determine which objects to exclude from the analysis.

scoping_includes :: Lens' Scoping (Maybe JobScopingBlock) Source #

The property- and tag-based conditions that determine which objects to include in the analysis.

scoping_excludes :: Lens' Scoping (Maybe JobScopingBlock) Source #

The property- and tag-based conditions that determine which objects to exclude from the analysis.