amazonka-accessanalyzer-2.0: Amazon Access Analyzer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AccessAnalyzer.Types.FindingSource

Description

 
Synopsis

Documentation

data FindingSource Source #

The source of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

See: newFindingSource smart constructor.

Constructors

FindingSource' 

Fields

Instances

Instances details
FromJSON FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

Generic FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

Associated Types

type Rep FindingSource :: Type -> Type #

Read FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

Show FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

NFData FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

Methods

rnf :: FindingSource -> () #

Eq FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

Hashable FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

type Rep FindingSource Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSource

type Rep FindingSource = D1 ('MetaData "FindingSource" "Amazonka.AccessAnalyzer.Types.FindingSource" "amazonka-accessanalyzer-2.0-A0JZirwj4a95MolJaaBere" 'False) (C1 ('MetaCons "FindingSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FindingSourceDetail)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FindingSourceType)))

newFindingSource Source #

Create a value of FindingSource 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:detail:FindingSource', findingSource_detail - Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.

$sel:type':FindingSource', findingSource_type - Indicates the type of access that generated the finding.

findingSource_detail :: Lens' FindingSource (Maybe FindingSourceDetail) Source #

Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.

findingSource_type :: Lens' FindingSource FindingSourceType Source #

Indicates the type of access that generated the finding.