CloudFront / Client / delete_field_level_encryption_config

delete_field_level_encryption_config#

CloudFront.Client.delete_field_level_encryption_config(**kwargs)#

Remove a field-level encryption configuration.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the configuration you want to delete from CloudFront.

  • IfMatch (string) – The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL.

Returns:

None

Exceptions