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