| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AccessAnalyzer.Types.FindingSource
Description
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
Arguments
| :: FindingSourceType | |
| -> FindingSource |
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.