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

Description

 
Synopsis

Documentation

data S3OutputFormatConfig Source #

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

See: newS3OutputFormatConfig smart constructor.

Constructors

S3OutputFormatConfig' 

Fields

Instances

Instances details
Eq S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Read S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Show S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Generic S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Associated Types

type Rep S3OutputFormatConfig :: Type -> Type #

NFData S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

Methods

rnf :: S3OutputFormatConfig -> () #

Hashable S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

ToJSON S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

FromJSON S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

type Rep S3OutputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3OutputFormatConfig

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

newS3OutputFormatConfig :: S3OutputFormatConfig Source #

Create a value of S3OutputFormatConfig 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:prefixConfig:S3OutputFormatConfig', s3OutputFormatConfig_prefixConfig - Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.

$sel:fileType:S3OutputFormatConfig', s3OutputFormatConfig_fileType - Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.

$sel:aggregationConfig:S3OutputFormatConfig', s3OutputFormatConfig_aggregationConfig - Undocumented member.

s3OutputFormatConfig_prefixConfig :: Lens' S3OutputFormatConfig (Maybe PrefixConfig) Source #

Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.

s3OutputFormatConfig_fileType :: Lens' S3OutputFormatConfig (Maybe FileType) Source #

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