FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig({
  1. Input<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigAggregationConfig?>? aggregationConfig,
  2. Input<String?>? fileType,
  3. required Input<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig> prefixConfig,
})

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig. aggregationConfig Aggregation settings that you can use to customize the output format of your flow data. See the destination_flow_config.destination_connector_properties.upsolver.s3_output_format_config.aggregation_config Block for details. fileType File type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. Valid values are CSV, JSON, and PARQUET. prefixConfig Prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. See the destination_flow_config.destination_connector_properties.upsolver.s3_output_format_config.prefix_config Block for details.

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfig({
  this.aggregationConfig,
  this.fileType,
  required this.prefixConfig,
});