interface S3InputFormatConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnFlow.S3InputFormatConfigProperty |
![]() | software.amazon.awscdk.services.appflow.CfnFlow.S3InputFormatConfigProperty |
![]() | aws_cdk.aws_appflow.CfnFlow.S3InputFormatConfigProperty |
![]() | @aws-cdk/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 * as appflow from '@aws-cdk/aws-appflow';
const s3InputFormatConfigProperty: appflow.CfnFlow.S3InputFormatConfigProperty = {
s3InputFileType: 's3InputFileType',
};
Properties
Name | Type | Description |
---|---|---|
s3 | string | The 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.