amazonka-appflow-2.0: Amazon Appflow SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppFlow.Types.S3SourceProperties

Description

 
Synopsis

Documentation

data S3SourceProperties Source #

The properties that are applied when Amazon S3 is being used as the flow source.

See: newS3SourceProperties smart constructor.

Constructors

S3SourceProperties' 

Fields

Instances

Instances details
FromJSON S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

ToJSON S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Generic S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Associated Types

type Rep S3SourceProperties :: Type -> Type #

Read S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Show S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

NFData S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Methods

rnf :: S3SourceProperties -> () #

Eq S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

Hashable S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

type Rep S3SourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3SourceProperties

type Rep S3SourceProperties = D1 ('MetaData "S3SourceProperties" "Amazonka.AppFlow.Types.S3SourceProperties" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "S3SourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3InputFormatConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3InputFormatConfig)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3SourceProperties Source #

Create a value of S3SourceProperties 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:bucketPrefix:S3SourceProperties', s3SourceProperties_bucketPrefix - The object key for the Amazon S3 bucket in which the source files are stored.

$sel:s3InputFormatConfig:S3SourceProperties', s3SourceProperties_s3InputFormatConfig - Undocumented member.

$sel:bucketName:S3SourceProperties', s3SourceProperties_bucketName - The Amazon S3 bucket name where the source files are stored.

s3SourceProperties_bucketPrefix :: Lens' S3SourceProperties (Maybe Text) Source #

The object key for the Amazon S3 bucket in which the source files are stored.

s3SourceProperties_bucketName :: Lens' S3SourceProperties Text Source #

The Amazon S3 bucket name where the source files are stored.