FlowSourceFlowConfigSourceConnectorPropertiesS3 constructor
const
FlowSourceFlowConfigSourceConnectorPropertiesS3({
- required Input<
String> bucketName, - required Input<
String> bucketPrefix, - 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,
});