FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver constructor

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

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver. 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 FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver({
  required this.bucketName,
  this.bucketPrefix,
  required this.s3OutputFormatConfig,
});