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 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.
FindingSourceDetail' | |
|
Instances
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.