libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.Types.AggregationConfig

Description

 
Synopsis

Documentation

data AggregationConfig Source #

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

See: newAggregationConfig smart constructor.

Constructors

AggregationConfig' 

Fields

Instances

Instances details
Eq AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Read AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Show AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Generic AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Associated Types

type Rep AggregationConfig :: Type -> Type #

NFData AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

Methods

rnf :: AggregationConfig -> () #

Hashable AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

ToJSON AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

FromJSON AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

type Rep AggregationConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.AggregationConfig

type Rep AggregationConfig = D1 ('MetaData "AggregationConfig" "Amazonka.AppFlow.Types.AggregationConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "AggregationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationType))))

newAggregationConfig :: AggregationConfig Source #

Create a value of AggregationConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:aggregationType:AggregationConfig', aggregationConfig_aggregationType - Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.

aggregationConfig_aggregationType :: Lens' AggregationConfig (Maybe AggregationType) Source #

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