delete_coip_pool
(**kwargs)¶Deletes a pool of customer-owned IP (CoIP) addresses.
See also: AWS API Documentation
Request Syntax
response = client.delete_coip_pool(
CoipPoolId='string',
DryRun=True|False
)
[REQUIRED]
The ID of the CoIP pool that you want to delete.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.dict
Response Syntax
{
'CoipPool': {
'PoolId': 'string',
'PoolCidrs': [
'string',
],
'LocalGatewayRouteTableId': 'string',
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
],
'PoolArn': 'string'
}
}
Response Structure
(dict) --
CoipPool (dict) --
Information about the CoIP address pool.
PoolId (string) --
The ID of the address pool.
PoolCidrs (list) --
The address ranges of the address pool.
LocalGatewayRouteTableId (string) --
The ID of the local gateway route table.
Tags (list) --
The tags.
(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.
PoolArn (string) --
The ARN of the address pool.