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 |
Sets the Firewall Manager administrator account. The account must be a member of the organization in Organizations whose resources you want to protect. Firewall Manager sets the permissions that allow the account to administer your Firewall Manager policies.
The account that you associate with Firewall Manager is called the Firewall Manager administrator account.
Synopsis
- data AssociateAdminAccount = AssociateAdminAccount' {
- adminAccount :: Text
- newAssociateAdminAccount :: Text -> AssociateAdminAccount
- associateAdminAccount_adminAccount :: Lens' AssociateAdminAccount Text
- data AssociateAdminAccountResponse = AssociateAdminAccountResponse' {
- newAssociateAdminAccountResponse :: AssociateAdminAccountResponse
Creating a Request
data AssociateAdminAccount Source #
See: newAssociateAdminAccount
smart constructor.
AssociateAdminAccount' | |
|
Instances
newAssociateAdminAccount Source #
Create a value of AssociateAdminAccount
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:adminAccount:AssociateAdminAccount'
, associateAdminAccount_adminAccount
- The Amazon Web Services account ID to associate with Firewall Manager as
the Firewall Manager administrator account. This must be an
Organizations member account. For more information about Organizations,
see
Managing the Amazon Web Services Accounts in Your Organization.
Request Lenses
associateAdminAccount_adminAccount :: Lens' AssociateAdminAccount Text Source #
The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager administrator account. This must be an Organizations member account. For more information about Organizations, see Managing the Amazon Web Services Accounts in Your Organization.
Destructuring the Response
data AssociateAdminAccountResponse Source #
See: newAssociateAdminAccountResponse
smart constructor.
Instances
newAssociateAdminAccountResponse :: AssociateAdminAccountResponse Source #
Create a value of AssociateAdminAccountResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.