aws.iotevents.list_alarm_model_versions
Example SQL Queries
SELECT * FROMaws.iotevents.list_alarm_model_versionsWHERE"alarm_model_name" = 'VALUE';Description
Lists all the versions of an alarm model. The operation returns only the metadata associated with each alarm model version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alarm_model_name Required Input Column The name of the alarm model. | VARCHAR |
| max_results Input Column The maximum number of results to be returned per request. | BIGINT |
| next_token Input Column The token that you can use to return the next set of results, or null if there are no more results. | 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 |
| alarm_model_version_summaries A list that summarizes each alarm model version. | STRUCT( |
Show child fields
| |