FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig class

Constructors

FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig({Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig?>? aggregationConfig, Input<String?>? fileType, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfig?>? prefixConfig, Input<bool?>? preserveSourceDataTyping})
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfig. 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. preserveSourceDataTyping Whether to preserve the data types from the source system. Only valid for the PARQUET file 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_config Block for details.
final
fileType → Input<String?>?
File type that Amazon AppFlow places in the Upsolver Amazon S3 bucket. Valid values are CSV, JSON, and PARQUET.
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_config Block for details.
final
preserveSourceDataTyping → Input<bool?>?
Whether to preserve the data types from the source system. Only valid for the PARQUET file 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