Class: Aws::Appflow::Types::UpsolverS3OutputFormatConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpsolverS3OutputFormatConfig
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_config ⇒ Types::AggregationConfig
The aggregation settings that you can use to customize the output format of your flow data.
-
#file_type ⇒ String
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
-
#prefix_config ⇒ Types::PrefixConfig
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
Instance Attribute Details
#aggregation_config ⇒ Types::AggregationConfig
The aggregation settings that you can use to customize the output format of your flow data.
5822 5823 5824 5825 5826 5827 5828 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5822 class UpsolverS3OutputFormatConfig < Struct.new( :file_type, :prefix_config, :aggregation_config) SENSITIVE = [] include Aws::Structure end |
#file_type ⇒ String
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
5822 5823 5824 5825 5826 5827 5828 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5822 class UpsolverS3OutputFormatConfig < Struct.new( :file_type, :prefix_config, :aggregation_config) SENSITIVE = [] include Aws::Structure end |
#prefix_config ⇒ Types::PrefixConfig
Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
5822 5823 5824 5825 5826 5827 5828 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5822 class UpsolverS3OutputFormatConfig < Struct.new( :file_type, :prefix_config, :aggregation_config) SENSITIVE = [] include Aws::Structure end |