View source: R/customerprofiles_operations.R
customerprofiles_create_event_stream | R Documentation |
Creates an event stream, which is a subscription to real-time events, such as when profiles are created and updated through Amazon Connect Customer Profiles.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_event_stream/ for full documentation.
customerprofiles_create_event_stream(
DomainName,
Uri,
EventStreamName,
Tags = NULL
)
DomainName |
[required] The unique name of the domain. |
Uri |
[required] The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name |
EventStreamName |
[required] The name of the event stream. |
Tags |
The tags used to organize, track, or control access for this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.