Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect
Source:R/customerprofiles_operations.R
customerprofiles_put_integration.RdAdds 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.
Usage
customerprofiles_put_integration(
DomainName,
Uri = NULL,
ObjectTypeName = NULL,
ObjectTypeNames = NULL,
Tags = NULL,
FlowDefinition = NULL,
RoleArn = NULL,
EventTriggerNames = NULL,
Scope = NULL
)Arguments
- 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.
- 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
ObjectTypeName(template) used to ingest the event. It supports the following event types:SegmentIdentify,ShopifyCreateCustomers,ShopifyUpdateCustomers,ShopifyCreateDraftOrders,ShopifyUpdateDraftOrders,ShopifyCreateOrders, andShopifyUpdatedOrders.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.
- RoleArn
The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
- EventTriggerNames
A list of unique names for active event triggers associated with the integration.
- Scope
Specifies whether the integration applies to profile level data (associated with profiles) or domain level data (not associated with any specific profile). The default value is PROFILE.