Learn R Programming

paws.customer.engagement (version 0.1.12)

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)

Value

A list with the following syntax:

list(
  EventStream = list(
    ApplicationId = "string",
    DestinationStreamArn = "string",
    ExternalId = "string",
    LastModifiedDate = "string",
    LastUpdatedBy = "string",
    RoleArn = "string"
  )
)

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"
  )
)