Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_delete_event_stream: Deletes the event stream for an application

Description

Deletes the event stream for an application.

Usage

pinpoint_delete_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.

Request syntax

svc$delete_event_stream(
  ApplicationId = "string"
)