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 FindingActor Source #
Provides information about an entity that performed an action that produced a policy finding for a resource.
See: newFindingActor
smart constructor.
FindingActor' | |
|
Instances
newFindingActor :: FindingActor Source #
Create a value of FindingActor
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:userIdentity:FindingActor'
, findingActor_userIdentity
- The type and other characteristics of the entity that performed the
action on the affected resource.
$sel:ipAddressDetails:FindingActor'
, findingActor_ipAddressDetails
- The IP address of the device that the entity used to perform the action
on the affected resource. This object also provides information such as
the owner and geographic location for the IP address.
$sel:domainDetails:FindingActor'
, findingActor_domainDetails
- The domain name of the device that the entity used to perform the action
on the affected resource.
findingActor_userIdentity :: Lens' FindingActor (Maybe UserIdentity) Source #
The type and other characteristics of the entity that performed the action on the affected resource.
findingActor_ipAddressDetails :: Lens' FindingActor (Maybe IpAddressDetails) Source #
The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.
findingActor_domainDetails :: Lens' FindingActor (Maybe DomainDetails) Source #
The domain name of the device that the entity used to perform the action on the affected resource.