Learn R Programming

paws.customer.engagement (version 0.1.12)

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)

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.

Request syntax

svc$delete_event_stream(
  ApplicationId = "string"
)