libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.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

  • bucketPrefix :: Maybe Text

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

  • bucketName :: Text

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

Instances

Instances details
Eq S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

Read S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

Show S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

Generic S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

Associated Types

type Rep S3SourceProperties :: Type -> Type #

NFData S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

Methods

rnf :: S3SourceProperties -> () #

Hashable S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

ToJSON S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

type Rep S3SourceProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3SourceProperties

type Rep S3SourceProperties = D1 ('MetaData "S3SourceProperties" "Amazonka.CustomerProfiles.Types.S3SourceProperties" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "S3SourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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: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.