AWS::AppFlow::Flow AggregationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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