Method: Aws::Appflow::Types::S3OutputFormatConfig#aggregation_config
- Defined in:
- lib/aws-sdk-appflow/types.rb
#aggregation_config ⇒ Types::AggregationConfig
The aggregation settings that you can use to customize the output format of your flow data.
4088 4089 4090 4091 4092 4093 4094 4095 |
# File 'lib/aws-sdk-appflow/types.rb', line 4088 class S3OutputFormatConfig < Struct.new( :file_type, :prefix_config, :aggregation_config, :preserve_source_data_typing) SENSITIVE = [] include Aws::Structure end |