preserveSourceDataTyping

@JvmName(name = "qpoufxmbixkufpvs")
suspend fun preserveSourceDataTyping(value: Output<Boolean>)
@JvmName(name = "abtnkfofdyqrwurq")
suspend fun preserveSourceDataTyping(value: Boolean?)

Parameters

value

If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.

  • true : Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or 1 in your source data is still an integer in your output.

  • false : Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of 1 in your source data becomes the string "1" in the output.