Skip to main content

anomaly_monitors_list_only

Lists anomaly_monitors in a region or regions, for all properties use anomaly_monitors

Overview

Nameanomaly_monitors_list_only
TypeResource
DescriptionAWS 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.
Idaws.ce.anomaly_monitors_list_only

Fields

NameDatatypeDescription
monitor_arnstringSubscription ARN
monitor_typestring
monitor_namestringThe name of the monitor.
creation_datestringThe date when the monitor was created.
last_evaluated_datestringThe date when the monitor last evaluated for anomalies.
last_updated_datestringThe date when the monitor was last updated.
monitor_dimensionstringThe dimensions to evaluate
monitor_specificationstring
dimensional_value_countintegerThe value for evaluated dimensions.
resource_tagsarrayTags to assign to monitor.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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