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

Description

 
Synopsis

Documentation

data MatchingResource Source #

Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.

See: newMatchingResource smart constructor.

Constructors

MatchingResource' 

Fields

Instances

Instances details
Eq MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

Read MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

Show MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

Generic MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

Associated Types

type Rep MatchingResource :: Type -> Type #

NFData MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

Methods

rnf :: MatchingResource -> () #

Hashable MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

FromJSON MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

type Rep MatchingResource Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MatchingResource

type Rep MatchingResource = D1 ('MetaData "MatchingResource" "Amazonka.MacieV2.Types.MatchingResource" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "MatchingResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "matchingBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MatchingBucket))))

newMatchingResource :: MatchingResource Source #

Create a value of MatchingResource 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:matchingBucket:MatchingResource', matchingResource_matchingBucket - The details of an S3 bucket that Amazon Macie monitors and analyzes.

matchingResource_matchingBucket :: Lens' MatchingResource (Maybe MatchingBucket) Source #

The details of an S3 bucket that Amazon Macie monitors and analyzes.