| 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.MacieV2.Types.PolicyDetails
Description
Documentation
data PolicyDetails Source #
Provides the details of a policy finding.
See: newPolicyDetails smart constructor.
Constructors
| PolicyDetails' | |
Fields
| |
Instances
newPolicyDetails :: PolicyDetails Source #
Create a value of PolicyDetails 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:action:PolicyDetails', policyDetails_action - The action that produced the finding.
$sel:actor:PolicyDetails', policyDetails_actor - The entity that performed the action that produced the finding.
policyDetails_action :: Lens' PolicyDetails (Maybe FindingAction) Source #
The action that produced the finding.
policyDetails_actor :: Lens' PolicyDetails (Maybe FindingActor) Source #
The entity that performed the action that produced the finding.