You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::AggregationConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AggregationConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  aggregation_type: "None", # accepts None, SingleFile
}

The aggregation settings that you can use to customize the output format of your flow data.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_typeString

Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.

Possible values:

  • None
  • SingleFile

Returns:

  • (String)

    Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.