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 UserIdentityRoot Source #
Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for your Amazon Web Services account.
See: newUserIdentityRoot
smart constructor.
UserIdentityRoot' | |
|
Instances
newUserIdentityRoot :: UserIdentityRoot Source #
Create a value of UserIdentityRoot
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:principalId:UserIdentityRoot'
, userIdentityRoot_principalId
- The unique identifier for the entity that performed the action.
$sel:arn:UserIdentityRoot'
, userIdentityRoot_arn
- The Amazon Resource Name (ARN) of the principal that performed the
action. The last section of the ARN contains the name of the user or
role that performed the action.
$sel:accountId:UserIdentityRoot'
, userIdentityRoot_accountId
- The unique identifier for the Amazon Web Services account.
userIdentityRoot_principalId :: Lens' UserIdentityRoot (Maybe Text) Source #
The unique identifier for the entity that performed the action.
userIdentityRoot_arn :: Lens' UserIdentityRoot (Maybe Text) Source #
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.
userIdentityRoot_accountId :: Lens' UserIdentityRoot (Maybe Text) Source #
The unique identifier for the Amazon Web Services account.