Skip to content

Get Event Stream

pinpoint_get_event_stream R Documentation

Retrieves information about the event stream settings for an application

Description

Retrieves information about the event stream settings for an application.

Usage

pinpoint_get_event_stream(ApplicationId)

Arguments

ApplicationId

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

Value

A list with the following syntax:

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

Request syntax

svc$get_event_stream(
  ApplicationId = "string"
)