interface AggregationConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnFlow.AggregationConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_AggregationConfigProperty |
Java | software.amazon.awscdk.services.appflow.CfnFlow.AggregationConfigProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
aggregation | string | Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. |
target | number | The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. |
aggregationType?
Type:
string
(optional)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
targetFileSize?
Type:
number
(optional)
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.