DataZone / Client / delete_data_export_configuration

delete_data_export_configuration

DataZone.Client.delete_data_export_configuration(**kwargs)

Deletes data export configuration for a domain.

This operation does not delete the S3 table created by the PutDataExportConfiguration operation.

To temporarily disable export without deleting the configuration, use the PutDataExportConfiguration operation with the --no-enable-export flag instead. This allows you to re-enable export for the same domain using the --enable-export flag without deleting S3 table.

See also: AWS API Documentation

Request Syntax

response = client.delete_data_export_configuration(
    domainIdentifier='string'
)
Parameters:

domainIdentifier (string) –

[REQUIRED]

The domain ID for which you want to delete the data export configuration.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ConflictException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException