AWS::AppFlow::Flow UpsolverS3OutputFormatConfig
The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AggregationConfig" :
AggregationConfig
, "FileType" :String
, "PrefixConfig" :PrefixConfig
}
YAML
AggregationConfig:
AggregationConfig
FileType:String
PrefixConfig:PrefixConfig
Properties
AggregationConfig
-
The aggregation settings that you can use to customize the output format of your flow data.
Required: No
Type: AggregationConfig
Update requires: No interruption
FileType
-
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
Required: No
Type: String
Allowed values:
CSV | JSON | PARQUET
Update requires: No interruption
PrefixConfig
-
Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.
Required: Yes
Type: PrefixConfig
Update requires: No interruption
See also
-
UpsolverS3OutputFormatConfig in the Amazon AppFlow API Reference.