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-exportflag instead. This allows you to re-enable export for the same domain using the--enable-exportflag 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.InternalServerExceptionDataZone.Client.exceptions.ResourceNotFoundExceptionDataZone.Client.exceptions.AccessDeniedExceptionDataZone.Client.exceptions.ThrottlingExceptionDataZone.Client.exceptions.ConflictExceptionDataZone.Client.exceptions.ValidationExceptionDataZone.Client.exceptions.UnauthorizedException