amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles 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.CustomerProfiles.Types.S3ExportingLocation

Description

 
Synopsis

Documentation

data S3ExportingLocation Source #

The S3 location where Identity Resolution Jobs write result files.

See: newS3ExportingLocation smart constructor.

Constructors

S3ExportingLocation' 

Fields

  • s3BucketName :: Maybe Text

    The name of the S3 bucket name where Identity Resolution Jobs write result files.

  • s3KeyName :: Maybe Text

    The S3 key name of the location where Identity Resolution Jobs write result files.

Instances

Instances details
FromJSON S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

Generic S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

Associated Types

type Rep S3ExportingLocation :: Type -> Type #

Read S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

Show S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

NFData S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

Methods

rnf :: S3ExportingLocation -> () #

Eq S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

Hashable S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

type Rep S3ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingLocation

type Rep S3ExportingLocation = D1 ('MetaData "S3ExportingLocation" "Amazonka.CustomerProfiles.Types.S3ExportingLocation" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "S3ExportingLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3KeyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3ExportingLocation :: S3ExportingLocation Source #

Create a value of S3ExportingLocation 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:s3BucketName:S3ExportingLocation', s3ExportingLocation_s3BucketName - The name of the S3 bucket name where Identity Resolution Jobs write result files.

$sel:s3KeyName:S3ExportingLocation', s3ExportingLocation_s3KeyName - The S3 key name of the location where Identity Resolution Jobs write result files.

s3ExportingLocation_s3BucketName :: Lens' S3ExportingLocation (Maybe Text) Source #

The name of the S3 bucket name where Identity Resolution Jobs write result files.

s3ExportingLocation_s3KeyName :: Lens' S3ExportingLocation (Maybe Text) Source #

The S3 key name of the location where Identity Resolution Jobs write result files.