FlowDestinationFlowConfigDestinationConnectorPropertiesS3 constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesS3({
  1. required Input<String> bucketName,
  2. Input<String?>? bucketPrefix,
  3. Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig?>? s3OutputFormatConfig,
})

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesS3. bucketName Required. bucketPrefix Optional. s3OutputFormatConfig Configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination. See the destination_flow_config.destination_connector_properties.upsolver.s3_output_format_config Block for details.

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesS3({
  required this.bucketName,
  this.bucketPrefix,
  this.s3OutputFormatConfig,
});