customerprofiles_create_event_stream: Creates an event stream, which is a subscription to real-time...

View source: R/customerprofiles_operations.R

customerprofiles_create_event_streamR 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

Description

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.

Usage

customerprofiles_create_event_stream(
  DomainName,
  Uri,
  EventStreamName,
  Tags = NULL
)

Arguments

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.