| 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.Inspector2.Types.DelegatedAdminAccount
Description
Documentation
data DelegatedAdminAccount Source #
Details of the Amazon Inspector delegated administrator for your organization.
See: newDelegatedAdminAccount smart constructor.
Constructors
| DelegatedAdminAccount' | |
Instances
newDelegatedAdminAccount :: DelegatedAdminAccount Source #
Create a value of DelegatedAdminAccount 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:DelegatedAdminAccount', delegatedAdminAccount_accountId - The Amazon Web Services account ID of the Amazon Inspector delegated
administrator for your organization.
$sel:status:DelegatedAdminAccount', delegatedAdminAccount_status - The status of the Amazon Inspector delegated administrator.
delegatedAdminAccount_accountId :: Lens' DelegatedAdminAccount (Maybe Text) Source #
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
delegatedAdminAccount_status :: Lens' DelegatedAdminAccount (Maybe DelegatedAdminStatus) Source #
The status of the Amazon Inspector delegated administrator.