aws.rum.list_rum_metrics_destinations
Example SQL Queries
SELECT * FROMaws.rum.list_rum_metrics_destinationsWHERE"app_monitor_name" = 'VALUE';Description
Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor.
For more information about extended metrics, see AddRumMetrics.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_monitor_name Required Input Column The name of the app monitor associated with the destinations that you want to retrieve. | 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 |
| destination Specifies whether the destination is CloudWatch or Evidently. | VARCHAR |
| destination_arn If the destination is Evidently, this specifies the ARN of the Evidently experiment that receives the metrics. | VARCHAR |
| iam_role_arn This field appears only when the destination is Evidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics. | VARCHAR |