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

Description

 
Synopsis

Documentation

data S3InputFormatConfig Source #

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.

See: newS3InputFormatConfig smart constructor.

Constructors

S3InputFormatConfig' 

Fields

Instances

Instances details
Eq S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Read S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Show S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Generic S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Associated Types

type Rep S3InputFormatConfig :: Type -> Type #

NFData S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

Methods

rnf :: S3InputFormatConfig -> () #

Hashable S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

ToJSON S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

FromJSON S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

type Rep S3InputFormatConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3InputFormatConfig

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

newS3InputFormatConfig :: S3InputFormatConfig Source #

Create a value of S3InputFormatConfig 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:s3InputFileType:S3InputFormatConfig', s3InputFormatConfig_s3InputFileType - The file type that Amazon AppFlow gets from your Amazon S3 bucket.

s3InputFormatConfig_s3InputFileType :: Lens' S3InputFormatConfig (Maybe S3InputFileType) Source #

The file type that Amazon AppFlow gets from your Amazon S3 bucket.