Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
FindingSource' | |
|
Instances
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.