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
, "TargetFileSize" :Integer
}
YAML
AggregationType:
String
TargetFileSize: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 | SingleFile
Update requires: No interruption
TargetFileSize
-
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.
Required: No
Type: Integer
Update requires: No interruption
See also
-
AggregationConfig in the Amazon AppFlow API Reference.