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'
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
The Organizations member account ID that you want to enable as the IPAM account.
dict
Response Syntax
{
'Success': True|False
}
Response Structure
(dict) --
Success (boolean) --
The result of enabling the IPAM account.