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 #
Represents a Security Hub administrator account designated by an organization management account.
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 Security Hub administrator account. Indicates
whether the account is currently enabled as a Security Hub
administrator.
$sel:accountId:AdminAccount'
, adminAccount_accountId
- The Amazon Web Services account identifier of the Security Hub
administrator account.
adminAccount_status :: Lens' AdminAccount (Maybe AdminStatus) Source #
The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
adminAccount_accountId :: Lens' AdminAccount (Maybe Text) Source #
The Amazon Web Services account identifier of the Security Hub administrator account.