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 AdminAccount Source #
Provides information about the delegated Amazon Macie administrator account for an Amazon Web Services organization.
See: newAdminAccount
smart constructor.
Instances
newAdminAccount :: AdminAccount Source #
Create a value of AdminAccount
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:status:AdminAccount'
, adminAccount_status
- The current status of the account as the delegated administrator of
Amazon Macie for the organization.
$sel:accountId:AdminAccount'
, adminAccount_accountId
- The Amazon Web Services account ID for the account.
adminAccount_status :: Lens' AdminAccount (Maybe AdminStatus) Source #
The current status of the account as the delegated administrator of Amazon Macie for the organization.
adminAccount_accountId :: Lens' AdminAccount (Maybe Text) Source #
The Amazon Web Services account ID for the account.