CloudFront / Client / delete_connection_group

delete_connection_group

CloudFront.Client.delete_connection_group(**kwargs)

Deletes a connection group.

See also: AWS API Documentation

Request Syntax

response = client.delete_connection_group(
    Id='string',
    IfMatch='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of the connection group to delete.

  • IfMatch (string) –

    [REQUIRED]

    The value of the ETag header that you received when retrieving the connection group to delete.

Returns:

None

Exceptions