Skip to main content

anomaly_monitor

Gets an individual anomaly_monitor resource

Overview

Nameanomaly_monitor
TypeResource
Descriptionanomaly_monitor
Idawscc.ce.anomaly_monitor

Fields

NameDatatypeDescription
monitor_arnstring
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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
monitor_arn,
monitor_type,
monitor_name,
creation_date,
last_evaluated_date,
last_updated_date,
monitor_dimension,
monitor_specification,
dimensional_value_count,
resource_tags
FROM awscc.ce.anomaly_monitor
WHERE data__Identifier = '<MonitorArn>';

Permissions

To operate on the anomaly_monitor resource, the following permissions are required:

Read

ce:GetAnomalyMonitors

Update

ce:UpdateAnomalyMonitor

Delete

ce:DeleteAnomalyMonitor