View source: R/customerprofiles_operations.R
customerprofiles_update_domain | R Documentation |
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.
customerprofiles_update_domain(
DomainName,
DefaultExpirationDays = NULL,
DefaultEncryptionKey = NULL,
DeadLetterQueueUrl = NULL,
Matching = NULL,
RuleBasedMatching = NULL,
Tags = NULL
)
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 After the Identity Resolution Job completes, use the
|
RuleBasedMatching |
The process of matching duplicate profiles using the rule-Based
matching. If |
Tags |
The tags used to organize, track, or control access for this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.