paws.customer.engagement (version 0.1.0)

pinpoint_put_event_stream: Use to create or update the event stream for an app

Description

Use to create or update the event stream for an app.

Usage

pinpoint_put_event_stream(ApplicationId, WriteEventStream)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

WriteEventStream

[required]

Request syntax

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