enable_organization_admin_account¶
Operation¶
enable_organization_admin_account
async
¶
enable_organization_admin_account(input: EnableOrganizationAdminAccountInput, plugins: list[Plugin] | None = None) -> EnableOrganizationAdminAccountOutput
Designates an Amazon Web Services account within the organization as your GuardDuty delegated administrator. Only the organization's management account can run this API operation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
EnableOrganizationAdminAccountInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
EnableOrganizationAdminAccountOutput
|
An instance of |
Input¶
EnableOrganizationAdminAccountInput
dataclass
¶
Output¶
EnableOrganizationAdminAccountOutput
dataclass
¶
Dataclass for EnableOrganizationAdminAccountOutput structure.