aws-cdk-lib.aws_appflow.CfnFlow.S3OutputFormatConfigProperty

interface S3OutputFormatConfigProperty

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

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

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 s3OutputFormatConfigProperty: appflow.CfnFlow.S3OutputFormatConfigProperty = {
  aggregationConfig: {
    aggregationType: 'aggregationType',
    targetFileSize: 123,
  },
  fileType: 'fileType',
  prefixConfig: {
    pathPrefixHierarchy: ['pathPrefixHierarchy'],
    prefixFormat: 'prefixFormat',
    prefixType: 'prefixType',
  },
  preserveSourceDataTyping: false,
};

Properties

NameTypeDescription
aggregationConfig?IResolvable | AggregationConfigPropertyThe aggregation settings that you can use to customize the output format of your flow data.
fileType?stringIndicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
prefixConfig?IResolvable | PrefixConfigPropertyDetermines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
preserveSourceDataTyping?boolean | IResolvableCfnFlow.S3OutputFormatConfigProperty.PreserveSourceDataTyping.

aggregationConfig?

Type: IResolvable | AggregationConfigProperty (optional)

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


fileType?

Type: string (optional)

Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.


prefixConfig?

Type: IResolvable | PrefixConfigProperty (optional)

Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.

You can name folders according to the flow frequency and date.


preserveSourceDataTyping?

Type: boolean | IResolvable (optional)

CfnFlow.S3OutputFormatConfigProperty.PreserveSourceDataTyping.