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

Property description not available.

Required: No

Type: Integer

Update requires: No interruption

See also