aws.iotevents.list_alarm_models
Example SQL Queries
SELECT * FROMaws.iotevents.list_alarm_models;Description
Lists the alarm models that you created. The operation returns only the metadata associated with each alarm model.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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_summaries A list that summarizes each alarm model. | STRUCT( |
Show child fields
| |