FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig constructor
const
FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig({
- Input<
String?> ? s3InputFileType,
Creates a new FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig.
s3InputFileType File type that Amazon AppFlow gets from your Amazon S3 bucket. Valid values are CSV and JSON.
Implementation
const FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig({
this.s3InputFileType,
});