View source: R/customerprofiles_operations.R
customerprofiles_put_integration | R Documentation |
Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.
See https://www.paws-r-sdk.com/docs/customerprofiles_put_integration/ for full documentation.
customerprofiles_put_integration(
DomainName,
Uri = NULL,
ObjectTypeName = NULL,
Tags = NULL,
FlowDefinition = NULL,
ObjectTypeNames = NULL
)
DomainName |
[required] The unique name of the domain. |
Uri |
The URI of the S3 bucket or any other type of data source. |
ObjectTypeName |
The name of the profile object type. |
Tags |
The tags used to organize, track, or control access for this resource. |
FlowDefinition |
The configuration that controls how Customer Profiles retrieves data from the source. |
ObjectTypeNames |
A map in which each key is an event type from an external application
such as Segment or Shopify, and each value is an |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.