emptyAsNull property

bool? emptyAsNull
final

A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default is false.

Implementation

final bool? emptyAsNull;