aws.internetmonitor.get_query_status
Example SQL Queries
SELECT * FROMaws.internetmonitor.get_query_statusWHERE"monitor_name" = 'VALUE'AND "query_id" = 'VALUE';Description
Returns the current status of a query for the Amazon CloudWatch Internet Monitor query interface, for a specified query ID and monitor. When you run a query, check the status to make sure that the query has SUCCEEDED before you review the results.
QUEUED: The query is scheduled to run.
RUNNING: The query is in progress but not complete.
SUCCEEDED: The query completed sucessfully.
FAILED: The query failed due to an error.
CANCELED: The query was canceled.
Table Definition
| Column Name | Column Data Type |
|---|---|
| monitor_name Required Input Column The name of the monitor. | VARCHAR |
| query_id Required Input Column The ID of the query that you want to return the status for. A QueryId is an internally-generated dentifier for a specific query. | 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 |
| status The current status for a query. | VARCHAR |