aws-cdk-lib.aws_appflow.CfnFlow.AggregationConfigProperty

interface AggregationConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.AggregationConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_AggregationConfigProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.AggregationConfigProperty
Pythonaws_cdk.aws_appflow.CfnFlow.AggregationConfigProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » AggregationConfigProperty

The aggregation settings that you can use to customize the output format of your flow data.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const aggregationConfigProperty: appflow.CfnFlow.AggregationConfigProperty = {
  aggregationType: 'aggregationType',
  targetFileSize: 123,
};

Properties

NameTypeDescription
aggregationType?stringSpecifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
targetFileSize?numberCfnFlow.AggregationConfigProperty.TargetFileSize.

aggregationType?

Type: string (optional)

Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.


targetFileSize?

Type: number (optional)

CfnFlow.AggregationConfigProperty.TargetFileSize.