anomaly_monitors_list_only
Lists anomaly_monitors in a region or regions, for all properties use anomaly_monitors
Overview
| Name | anomaly_monitors_list_only |
| Type | Resource |
| Description | AWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. You can use Cost Anomaly Detection by creating monitor. |
| Id | aws.ce.anomaly_monitors_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
monitor_arn | string | Subscription ARN |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all anomaly_monitors in a region.
SELECT
region,
monitor_arn
FROM aws.ce.anomaly_monitors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the anomaly_monitors_list_only resource, see anomaly_monitors