| 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.LakeFormation.Types.AuditContext
Description
Synopsis
Documentation
data AuditContext Source #
A structure used to include auditing information on the privileged API.
See: newAuditContext smart constructor.
Constructors
| AuditContext' | |
Fields
| |
Instances
newAuditContext :: AuditContext Source #
Create a value of AuditContext 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:additionalAuditContext:AuditContext', auditContext_additionalAuditContext - The filter engine can populate the 'AdditionalAuditContext'
information with the request ID for you to track. This information will
be displayed in CloudTrail log in your account.
auditContext_additionalAuditContext :: Lens' AuditContext (Maybe Text) Source #
The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.