Learn R Programming

paws.customer.engagement (version 0.1.6)

pinpoint_get_journey: Retrieves information about the status, configuration, and other settings for a journey

Description

Retrieves information about the status, configuration, and other settings for a journey.

Usage

pinpoint_get_journey(ApplicationId, JourneyId)

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$get_journey(
  ApplicationId = "string",
  JourneyId = "string"
)