/AWS1/CL_APFS3OUTPUTFORMATCFG¶
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_filetype
TYPE /AWS1/APFFILETYPE
/AWS1/APFFILETYPE
¶
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
io_prefixconfig
TYPE REF TO /AWS1/CL_APFPREFIXCONFIG
/AWS1/CL_APFPREFIXCONFIG
¶
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
io_aggregationconfig
TYPE REF TO /AWS1/CL_APFAGGREGATIONCONFIG
/AWS1/CL_APFAGGREGATIONCONFIG
¶
aggregationConfig
iv_preservesourcedatatyping
TYPE /AWS1/APFJAVABOOLEAN
/AWS1/APFJAVABOOLEAN
¶
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 or1
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 of1
in your source data becomes the string"1"
in the output.
Queryable Attributes¶
fileType¶
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILETYPE() |
Getter for FILETYPE, with configurable default |
ASK_FILETYPE() |
Getter for FILETYPE w/ exceptions if field has no value |
HAS_FILETYPE() |
Determine if FILETYPE has a value |
prefixConfig¶
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PREFIXCONFIG() |
Getter for PREFIXCONFIG |
aggregationConfig¶
aggregationConfig
Accessible with the following methods¶
Method | Description |
---|---|
GET_AGGREGATIONCONFIG() |
Getter for AGGREGATIONCONFIG |
preserveSourceDataTyping¶
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 or1
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 of1
in your source data becomes the string"1"
in the output.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRESERVESOURCEDATATYPING() |
Getter for PRESERVESOURCEDATATYPING, with configurable defau |
ASK_PRESERVESOURCEDATATYPING() |
Getter for PRESERVESOURCEDATATYPING w/ exceptions if field h |
HAS_PRESERVESOURCEDATATYPING() |
Determine if PRESERVESOURCEDATATYPING has a value |