register_organization_delegated_admin¶
Operation¶
register_organization_delegated_admin
async
¶
register_organization_delegated_admin(input: RegisterOrganizationDelegatedAdminInput, plugins: list[Plugin] | None = None) -> RegisterOrganizationDelegatedAdminOutput
Registers an organization's member account as the CloudTrail delegated administrator.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
RegisterOrganizationDelegatedAdminInput
|
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 |
|---|---|
RegisterOrganizationDelegatedAdminOutput
|
An instance of |
Input¶
RegisterOrganizationDelegatedAdminInput
dataclass
¶
Output¶
RegisterOrganizationDelegatedAdminOutput
dataclass
¶
Returns the following response if successful. Otherwise, returns an error.