customerprofiles_update_domain: Updates the properties of a domain, including creating or...

View source: R/customerprofiles_operations.R

customerprofiles_update_domainR Documentation

Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key

Description

Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.

See https://www.paws-r-sdk.com/docs/customerprofiles_update_domain/ for full documentation.

Usage

customerprofiles_update_domain(
  DomainName,
  DefaultExpirationDays = NULL,
  DefaultEncryptionKey = NULL,
  DeadLetterQueueUrl = NULL,
  Matching = NULL,
  RuleBasedMatching = NULL,
  Tags = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

DefaultExpirationDays

The default number of days until the data within the domain expires.

DefaultEncryptionKey

The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage. If specified as an empty string, it will clear any existing value.

DeadLetterQueueUrl

The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. If specified as an empty string, it will clear any existing value. You must set up a policy on the DeadLetterQueue for the SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the DeadLetterQueue.

Matching

The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains.

After the Identity Resolution Job completes, use the get_matches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.

RuleBasedMatching

The process of matching duplicate profiles using the rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the list_rule_based_matches and get_similar_profiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.

Tags

The tags used to organize, track, or control access for this resource.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.