aws.mediatailor.list_alerts
Example SQL Queries
SELECT * FROMaws.mediatailor.list_alertsWHERE"resource_arn" = 'VALUE';Description
Lists the alerts that are associated with a MediaTailor channel assembly resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the resource. | 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
| |
| alert_code The code for the alert. For example, NOT_PROCESSED. | VARCHAR |
| alert_message If an alert is generated for a resource, an explanation of the reason for the alert. | VARCHAR |
| category The category that MediaTailor assigns to the alert. | VARCHAR |
| last_modified_time The timestamp when the alert was last modified. | TIMESTAMP_S |
| related_resource_arns The Amazon Resource Names (ARNs) related to this alert. | VARCHAR[] |
Show child fields
| |