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

Description

 
Synopsis

Documentation

data S3ExportingConfig Source #

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

See: newS3ExportingConfig smart constructor.

Constructors

S3ExportingConfig' 

Fields

  • s3KeyName :: Maybe Text

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

  • s3BucketName :: Text

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

Instances

Instances details
FromJSON S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

ToJSON S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

Generic S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

Associated Types

type Rep S3ExportingConfig :: Type -> Type #

Read S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

Show S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

NFData S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

Methods

rnf :: S3ExportingConfig -> () #

Eq S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

Hashable S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

type Rep S3ExportingConfig Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.S3ExportingConfig

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

newS3ExportingConfig Source #

Create a value of S3ExportingConfig 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:s3KeyName:S3ExportingConfig', s3ExportingConfig_s3KeyName - The S3 key name of the location where Identity Resolution Jobs write result files.

$sel:s3BucketName:S3ExportingConfig', s3ExportingConfig_s3BucketName - The name of the S3 bucket where Identity Resolution Jobs write result files.

s3ExportingConfig_s3KeyName :: Lens' S3ExportingConfig (Maybe Text) Source #

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

s3ExportingConfig_s3BucketName :: Lens' S3ExportingConfig Text Source #

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