aws.pinpoint.get_journey_runs
Example SQL Queries
SELECT * FROMaws.pinpoint.get_journey_runsWHERE"application_id" = 'VALUE'AND "journey_id" = 'VALUE';Description
Provides information about the runs of a journey.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console. | VARCHAR |
| journey_id Required Input Column The unique identifier for the journey. | VARCHAR |
| page_size Input Column The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics. | VARCHAR |
| token Input Column The NextToken string that specifies which page of results to return in a paginated response. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| journey_runs_response Provides information from all runs of a journey. | STRUCT( |
Show child fields
| |