CloudFront / Client / delete_connection_function
delete_connection_function¶
- CloudFront.Client.delete_connection_function(**kwargs)¶
Deletes a connection function.
See also: AWS API Documentation
Request Syntax
response = client.delete_connection_function( Id='string', IfMatch='string' )
- Parameters:
Id (string) –
[REQUIRED]
The connection function’s ID.
IfMatch (string) –
[REQUIRED]
The current version (
ETagvalue) of the connection function you are deleting.
- Returns:
None
Exceptions