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 |
Synopsis
Documentation
data AwsAccount 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 an Amazon Web Services account other than your own account.
See: newAwsAccount
smart constructor.
Instances
newAwsAccount :: AwsAccount Source #
Create a value of AwsAccount
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:AwsAccount'
, awsAccount_principalId
- The unique identifier for the entity that performed the action.
$sel:accountId:AwsAccount'
, awsAccount_accountId
- The unique identifier for the Amazon Web Services account.
awsAccount_principalId :: Lens' AwsAccount (Maybe Text) Source #
The unique identifier for the entity that performed the action.
awsAccount_accountId :: Lens' AwsAccount (Maybe Text) Source #
The unique identifier for the Amazon Web Services account.