Delete Data Export Configuration
| datazone_delete_data_export_configuration | R Documentation |
Deletes data export configuration for a domain¶
Description¶
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.
Usage¶
datazone_delete_data_export_configuration(domainIdentifier)
Arguments¶
domainIdentifier |
[required] The domain ID for which you want to delete the data export configuration. |
Value¶
An empty list.
Request syntax¶
svc$delete_data_export_configuration(
domainIdentifier = "string"
)