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