EC2 / Client / delete_ipam_internet_registry_association
delete_ipam_internet_registry_association¶
- EC2.Client.delete_ipam_internet_registry_association(**kwargs)¶
Deletes an IPAM internet registry association. Before deleting, you must remove all routing policy registrations associated with the internet registry.
See also: AWS API Documentation
Request Syntax
response = client.delete_ipam_internet_registry_association( DryRun=True|False, IpamInternetRegistryAssociationId='string' )
- Parameters:
DryRun (boolean) – Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.IpamInternetRegistryAssociationId (string) –
[REQUIRED]
The ID of the IPAM internet registry association to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'IpamInternetRegistryAssociation': { 'OwnerId': 'string', 'IpamInternetRegistryAssociationId': 'string', 'IpamInternetRegistryAssociationArn': 'string', 'IpamId': 'string', 'IpamRegion': 'string', 'Rir': 'ripe'|'apnic'|'arin'|'lacnic', 'OrganizationHandle': 'string', 'Description': 'string', 'State': 'pending-enable'|'create-in-progress'|'create-failed'|'enable-in-progress'|'enable-complete'|'enable-failed'|'delete-in-progress'|'delete-complete'|'delete-failed', 'ChildRequestXml': 'string', 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] } }
Response Structure
(dict) –
IpamInternetRegistryAssociation (dict) –
Information about the deleted internet registry association.
OwnerId (string) –
The ID of the Amazon Web Services account that owns the internet registry association.
IpamInternetRegistryAssociationId (string) –
The ID of the internet registry association.
IpamInternetRegistryAssociationArn (string) –
The Amazon Resource Name (ARN) of the internet registry association.
IpamId (string) –
The ID of the associated IPAM.
IpamRegion (string) –
The Amazon Web Services Region of the IPAM.
Rir (string) –
The Regional Internet Registry. Possible values:
ripe- RIPE NCC (Europe, the Middle East, and Central Asia).apnic- APNIC (Asia Pacific).arin- ARIN (North America).lacnic- LACNIC (Latin America and the Caribbean).
OrganizationHandle (string) –
The organization handle at the internet registry.
Description (string) –
The description of the internet registry association.
State (string) –
The state of the internet registry association. Valid values:
pending-activation|pending-enable|create-in-progress|create-failed|enable-in-progress|enable-complete|enable-failed|delete-in-progress|delete-complete|delete-failed.ChildRequestXml (string) –
The XML content for the child request to be submitted to the internet registry to complete the BPKI setup.
Tags (list) –
The tags assigned to the internet registry association.
(dict) –
Describes a tag.
Key (string) –
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with
aws:.Value (string) –
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.