bucketFolder property
An S3 folder where the comma-separated-value (.csv) files are stored before being uploaded to the target Redshift cluster.
For full load mode, AWS DMS converts source records into .csv files and
loads them to the BucketFolder/TableID path. AWS DMS uses the
Redshift COPY
command to upload the .csv files to the target
table. The files are deleted once the COPY
operation has
finished. For more information, see COPY
in the Amazon Redshift Database Developer Guide.
For change-data-capture (CDC) mode, AWS DMS creates a NetChanges table, and loads the .csv files to this BucketFolder/NetChangesTableID path.
Implementation
final String? bucketFolder;