---
type: resource-type
title: AnomalyMonitor
description: aws resource type AWS::CE::AnomalyMonitor
name: AnomalyMonitor
lexicon: aws
resource_type: AWS::CE::AnomalyMonitor
---
`AWS::CE::AnomalyMonitor`, a resource type of the aws lexicon.

## Properties

- `MonitorName` (`string`, required): The name of the monitor.
- `MonitorType` (`"CUSTOM" | "DIMENSIONAL"`, required)
- `CreationDate` (`string`, optional): The date when the monitor was created.
- `DimensionalValueCount` (`number`, optional): The value for evaluated dimensions.
- `LastEvaluatedDate` (`string`, optional): The date when the monitor last evaluated for anomalies.
- `LastUpdatedDate` (`string`, optional): The date when the monitor was last updated.
- `MonitorArn` (`string`, optional)
- `MonitorDimension` (`"COST_CATEGORY" | "LINKED_ACCOUNT" | "SERVICE" | "TAG"`, optional): The dimensions to evaluate
- `MonitorSpecification` (`string`, optional)
- `ResourceTags` (`AnomalyMonitor_ResourceTag[]`, optional): Tags to assign to monitor.

## Attributes

- `CreationDate`
- `DimensionalValueCount`
- `LastEvaluatedDate`
- `LastUpdatedDate`
- `MonitorArn`
