FlowSourceFlowConfigSourceConnectorPropertiesS3 constructor

const FlowSourceFlowConfigSourceConnectorPropertiesS3({
  1. required Input<String> bucketName,
  2. required Input<String> bucketPrefix,
  3. Input<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig?>? s3InputFormatConfig,
})

Creates a new FlowSourceFlowConfigSourceConnectorPropertiesS3. bucketName Required. bucketPrefix Required. s3InputFormatConfig When you use Amazon S3 as the source, configuration format that you provide for the flow input data. See the source_flow_config.source_connector_properties.s3.s3_input_format_config Block for details.

Implementation

const FlowSourceFlowConfigSourceConnectorPropertiesS3({
  required this.bucketName,
  required this.bucketPrefix,
  this.s3InputFormatConfig,
});