FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig class
Constructors
-
FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig({Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig?> ? aggregationConfig, Input<String?> ? fileType, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig?> ? prefixConfig, Input<bool?> ? preserveSourceDataTyping}) -
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig.
aggregationConfigAggregation settings that you can use to customize the output format of your flow data. See thedestination_flow_config.destination_connector_properties.upsolver.s3_output_format_config.aggregation_configBlock for details.fileTypeFile type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. Valid values areCSV,JSON, andPARQUET.prefixConfigPrefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. See thedestination_flow_config.destination_connector_properties.upsolver.s3_output_format_config.prefix_configBlock for details.preserveSourceDataTypingWhether to preserve the data types from the source system. Only valid for thePARQUETfile type.const -
FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
aggregationConfig
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig?> ? -
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_configBlock for details.final -
fileType
→ Input<
String?> ? -
File type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. Valid values are
CSV,JSON, andPARQUET.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
prefixConfig
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig?> ? -
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_configBlock for details.final -
preserveSourceDataTyping
→ Input<
bool?> ? -
Whether to preserve the data types from the source system. Only valid for the
PARQUETfile type.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited