aws-cdk-lib.aws_appflow.CfnFlow.S3InputFormatConfigProperty

interface S3InputFormatConfigProperty

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

When you use Amazon S3 as the source, the configuration format that you provide the flow input 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 s3InputFormatConfigProperty: appflow.CfnFlow.S3InputFormatConfigProperty = {
  s3InputFileType: 's3InputFileType',
};

Properties

NameTypeDescription
s3InputFileType?stringThe file type that Amazon AppFlow gets from your Amazon S3 bucket.

s3InputFileType?

Type: string (optional)

The file type that Amazon AppFlow gets from your Amazon S3 bucket.