Amazon DataZone

2026/01/23 - Amazon DataZone - 1 new api methods

Changes  Added api for deleting data export configuration for a domain

DeleteDataExportConfiguration (new) Link ΒΆ

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

client.delete_data_export_configuration(
    domainIdentifier='string'
)
type domainIdentifier:

string

param domainIdentifier:

[REQUIRED]

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

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --