useCsvNoSupValue property

bool? useCsvNoSupValue
final

This setting applies if the S3 output files during a change data capture (CDC) load are written in .csv format. If set to true for columns not included in the supplemental log, AWS DMS uses the value specified by CsvNoSupValue . If not set or set to false, AWS DMS uses the null value for these columns.

Implementation

final bool? useCsvNoSupValue;