| 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.AuditManager.Types.ManualEvidence
Description
Synopsis
Documentation
data ManualEvidence Source #
Evidence that's uploaded to Audit Manager manually.
See: newManualEvidence smart constructor.
Constructors
| ManualEvidence' | |
Fields
| |
Instances
newManualEvidence :: ManualEvidence Source #
Create a value of ManualEvidence 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:s3ResourcePath:ManualEvidence', manualEvidence_s3ResourcePath - The Amazon S3 URL that points to a manual evidence object.
manualEvidence_s3ResourcePath :: Lens' ManualEvidence (Maybe Text) Source #
The Amazon S3 URL that points to a manual evidence object.