AWS::AppFlow::Flow AggregationConfig
The aggregation settings that you can use to customize the output format of your flow data.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AggregationType" :
String
}
YAML
AggregationType:
String
Properties
AggregationType
-
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
Required: No
Type: String
Allowed values:
None | SingleFile
Update requires: No interruption
See also
-
AggregationConfig in the Amazon AppFlow API Reference.