delete_coip_cidr
(**kwargs)¶Deletes a range of customer-owned IP addresses.
See also: AWS API Documentation
Request Syntax
response = client.delete_coip_cidr(
Cidr='string',
CoipPoolId='string',
DryRun=True|False
)
[REQUIRED]
A customer-owned IP address range that you want to delete.
[REQUIRED]
The ID of the customer-owned address pool.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.dict
Response Syntax
{
'CoipCidr': {
'Cidr': 'string',
'CoipPoolId': 'string',
'LocalGatewayRouteTableId': 'string'
}
}
Response Structure
(dict) --
CoipCidr (dict) --
Information about a range of customer-owned IP addresses.
Cidr (string) --
An address range in a customer-owned IP address space.
CoipPoolId (string) --
The ID of the address pool.
LocalGatewayRouteTableId (string) --
The ID of the local gateway route table.