libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.Types.FindingSourceDetail

Description

 
Synopsis

Documentation

data FindingSourceDetail Source #

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

See: newFindingSourceDetail smart constructor.

Constructors

FindingSourceDetail' 

Fields

  • accessPointArn :: Maybe Text

    The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.

Instances

Instances details
Eq FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

Read FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

Show FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

Generic FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

Associated Types

type Rep FindingSourceDetail :: Type -> Type #

NFData FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

Methods

rnf :: FindingSourceDetail -> () #

Hashable FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

FromJSON FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

type Rep FindingSourceDetail Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.FindingSourceDetail

type Rep FindingSourceDetail = D1 ('MetaData "FindingSourceDetail" "Amazonka.AccessAnalyzer.Types.FindingSourceDetail" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "FindingSourceDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFindingSourceDetail :: FindingSourceDetail Source #

Create a value of FindingSourceDetail 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:accessPointArn:FindingSourceDetail', findingSourceDetail_accessPointArn - The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.

findingSourceDetail_accessPointArn :: Lens' FindingSourceDetail (Maybe Text) Source #

The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.