EC2 / Client / enable_ipam_organization_admin_account

enable_ipam_organization_admin_account#

EC2.Client.enable_ipam_organization_admin_account(**kwargs)#

Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

See also: AWS API Documentation

Request Syntax

response = client.enable_ipam_organization_admin_account(
    DryRun=True|False,
    DelegatedAdminAccountId='string'
)
Parameters:
  • DryRun (boolean) – A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • DelegatedAdminAccountId (string) –

    [REQUIRED]

    The Organizations member account ID that you want to enable as the IPAM account.

Return type:

dict

Returns:

Response Syntax

{
    'Success': True|False
}

Response Structure

  • (dict) –

    • Success (boolean) –

      The result of enabling the IPAM account.