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

Description

 
Synopsis

Documentation

data ExportingLocation Source #

The S3 location where Identity Resolution Jobs write result files.

See: newExportingLocation smart constructor.

Constructors

ExportingLocation' 

Fields

Instances

Instances details
FromJSON ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

Generic ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

Associated Types

type Rep ExportingLocation :: Type -> Type #

Read ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

Show ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

NFData ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

Methods

rnf :: ExportingLocation -> () #

Eq ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

Hashable ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

type Rep ExportingLocation Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingLocation

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

newExportingLocation :: ExportingLocation Source #

Create a value of ExportingLocation 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:s3Exporting:ExportingLocation', exportingLocation_s3Exporting - Information about the S3 location where Identity Resolution Jobs write result files.

exportingLocation_s3Exporting :: Lens' ExportingLocation (Maybe S3ExportingLocation) Source #

Information about the S3 location where Identity Resolution Jobs write result files.