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 Amazon CloudFormation template, use the following syntax:
JSON
{ "AggregationType" :String, "TargetFileSize" :Integer}
YAML
AggregationType:StringTargetFileSize:Integer
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 | SingleFileUpdate requires: No interruption
TargetFileSizeProperty description not available.
Required: No
Type: Integer
Update requires: No interruption
See also
-
AggregationConfig in the Amazon AppFlow API Reference.