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.
Request syntax
svc$update_journey_state(
ApplicationId = "string",
JourneyId = "string",
JourneyStateRequest = list(
State = "DRAFT"|"ACTIVE"|"COMPLETED"|"CANCELLED"|"CLOSED"
)
)