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

Description

 
Synopsis

Documentation

data ExportingConfig Source #

Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.

You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention.

See: newExportingConfig smart constructor.

Constructors

ExportingConfig' 

Fields

Instances

Instances details
FromJSON ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

ToJSON ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

Generic ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

Associated Types

type Rep ExportingConfig :: Type -> Type #

Read ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

Show ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

NFData ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

Methods

rnf :: ExportingConfig -> () #

Eq ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

Hashable ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

type Rep ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ExportingConfig

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

newExportingConfig :: ExportingConfig Source #

Create a value of ExportingConfig 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:ExportingConfig', exportingConfig_s3Exporting - The S3 location where Identity Resolution Jobs write result files.

exportingConfig_s3Exporting :: Lens' ExportingConfig (Maybe S3ExportingConfig) Source #

The S3 location where Identity Resolution Jobs write result files.