Values.CreateEventStreamRequestSourceCreates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles. Each event stream can be associated with only one Kinesis Data Stream destination in the same region and Amazon Web Services account as the customer profiles domain
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)uri : String1To255.t;The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
*)eventStreamName : Name.t;The name of the event stream.
*)}val make :
?tags:??? ->
domainName:Name.t ->
uri:String1To255.t ->
eventStreamName:Name.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t ])
list ]