odb / Client / delete_odb_peering_connection
delete_odb_peering_connection¶
- odb.Client.delete_odb_peering_connection(**kwargs)¶
Deletes an ODB peering connection.
When you delete an ODB peering connection, the underlying VPC peering connection is also deleted.
See also: AWS API Documentation
Request Syntax
response = client.delete_odb_peering_connection( odbPeeringConnectionId='string' )
- Parameters:
odbPeeringConnectionId (string) –
[REQUIRED]
The unique identifier of the ODB peering connection to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions