aws.pinpoint.get_journey_execution_metrics
Example SQL Queries
SELECT * FROMaws.pinpoint.get_journey_execution_metricsWHERE"application_id" = 'VALUE'AND "journey_id" = 'VALUE';Description
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to 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 |
| next_token Input Column The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics. | 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 |
| _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_execution_metrics_response Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query. | STRUCT( |
Show child fields
| |