Values.PutIntegrationRequestSourceAdds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect. An integration can belong to only one domain. To add or remove tags on an existing Integration, see TagResource / UntagResource.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)uri : String1To255.t option;The URI of the S3 bucket or any other type of data source.
*)objectTypeName : TypeName.t option;The name of the profile object type.
*)objectTypeNames : ObjectTypeNames.t option;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.
*)flowDefinition : FlowDefinition.t option;The configuration that controls how Customer Profiles retrieves data from the source.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make Customer Profiles requests on your behalf.
*)eventTriggerNames : EventTriggerNames.t option;A list of unique names for active event triggers associated with the integration.
*)scope : Scope.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Name.t ] list
| `Map of
([> `String of String1To255.t ] * [> `String of TypeName.t ]) list
| `String of Name.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of StringTo2048.t ] list
| `Map of
([> `Enum of string ]
* [> `String of Property.t ])
list
| `String of DestinationField.t
| `Structure of
(string * [> `Enum of string ]) list ])
list ]
list
| `String of FlowDescription.t
| `Structure of
(string
* [> `Enum of string
| `String of ConnectorProfileName.t
| `Structure of
(string
* [> `String of DatetimeTypeFieldName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of ScheduleOffset.t
| `String of Object.t
| `Timestamp of Date.t ])
list ])
list ])
list ])
list ])
list ]