aws-cdk-lib.aws_appflow.CfnFlow.AggregationConfigProperty
interface AggregationConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnFlow.AggregationConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_AggregationConfigProperty |
![]() | software.amazon.awscdk.services.appflow.CfnFlow.AggregationConfigProperty |
![]() | aws_cdk.aws_appflow.CfnFlow.AggregationConfigProperty |
![]() | 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 | CfnFlow.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
.