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,
RoleArn = NULL,
EventTriggerNames = NULL
)
[required] The unique name of the domain.
The URI of the S3 bucket or any other type of data source.
The name of the profile object type.
The tags used to organize, track, or control access for this resource.
The configuration that controls how Customer Profiles retrieves data from the source.
A map in which each key is an event type from an external application
such as Segment or Shopify, and each value is an ObjectTypeName
(template) used to ingest the event. It supports the following event
types: SegmentIdentify
, ShopifyCreateCustomers
,
ShopifyUpdateCustomers
, ShopifyCreateDraftOrders
,
ShopifyUpdateDraftOrders
, ShopifyCreateOrders
, and
ShopifyUpdatedOrders
.
The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
A list of unique names for active event triggers associated with the integration.