Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_put_event_stream: Creates a new event stream for an application or updates the settings of an existing event stream for an application

Description

Creates a new event stream for an application or updates the settings of an existing event stream for an application.

Usage

pinpoint_put_event_stream(ApplicationId, WriteEventStream)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

WriteEventStream

[required]

Request syntax

svc$put_event_stream(
  ApplicationId = "string",
  WriteEventStream = list(
    DestinationStreamArn = "string",
    RoleArn = "string"
  )
)