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.UpsolverS3OutputFormatConfig

Description

 
Synopsis

Documentation

data UpsolverS3OutputFormatConfig Source #

The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.

See: newUpsolverS3OutputFormatConfig smart constructor.

Constructors

UpsolverS3OutputFormatConfig' 

Fields

Instances

Instances details
Eq UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Read UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Show UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Generic UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Associated Types

type Rep UpsolverS3OutputFormatConfig :: Type -> Type #

NFData UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

Hashable UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

ToJSON UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

FromJSON UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

type Rep UpsolverS3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig

type Rep UpsolverS3OutputFormatConfig = D1 ('MetaData "UpsolverS3OutputFormatConfig" "Amazonka.AppFlow.Types.UpsolverS3OutputFormatConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpsolverS3OutputFormatConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileType)) :*: (S1 ('MetaSel ('Just "aggregationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AggregationConfig)) :*: S1 ('MetaSel ('Just "prefixConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefixConfig))))

newUpsolverS3OutputFormatConfig Source #

Create a value of UpsolverS3OutputFormatConfig 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:fileType:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_fileType - Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.

$sel:aggregationConfig:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_aggregationConfig - Undocumented member.

$sel:prefixConfig:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_prefixConfig - Undocumented member.

upsolverS3OutputFormatConfig_fileType :: Lens' UpsolverS3OutputFormatConfig (Maybe FileType) Source #

Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.