Creates a new event stream for an application or updates the settings of an existing event stream for an application.
pinpoint_put_event_stream(ApplicationId, WriteEventStream)[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required]
svc$put_event_stream(
  ApplicationId = "string",
  WriteEventStream = list(
    DestinationStreamArn = "string",
    RoleArn = "string"
  )
)