customerprofiles_put_integration {paws.customer.engagement} | 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 |