Learn R Programming

paws.customer.engagement (version 0.1.6)

pinpoint_update_journey_state: Cancels (stops) an active journey

Description

Cancels (stops) an active journey.

Usage

pinpoint_update_journey_state(ApplicationId, JourneyId,
  JourneyStateRequest)

Arguments

ApplicationId

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

JourneyId

[required] The unique identifier for the journey.

JourneyStateRequest

[required]

Request syntax

svc$update_journey_state(
  ApplicationId = "string",
  JourneyId = "string",
  JourneyStateRequest = list(
    State = "DRAFT"|"ACTIVE"|"COMPLETED"|"CANCELLED"|"CLOSED"
  )
)