---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ce_anomaly_monitor Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
  Data Source schema for AWS::CE::AnomalyMonitor
---

# awscc_ce_anomaly_monitor (Data Source)

Data Source schema for AWS::CE::AnomalyMonitor



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `id` (String) Uniquely identifies the resource.

### Read-Only

- `creation_date` (String) The date when the monitor was created.
- `dimensional_value_count` (Number) The value for evaluated dimensions.
- `last_evaluated_date` (String) The date when the monitor last evaluated for anomalies.
- `last_updated_date` (String) The date when the monitor was last updated.
- `monitor_arn` (String) Monitor ARN
- `monitor_dimension` (String) The dimensions to evaluate
- `monitor_name` (String) The name of the monitor.
- `monitor_specification` (String)
- `monitor_type` (String)
- `resource_tags` (Attributes List) Tags to assign to monitor. (see [below for nested schema](#nestedatt--resource_tags))

<a id="nestedatt--resource_tags"></a>
### Nested Schema for `resource_tags`

Read-Only:

- `key` (String) The key name for the tag.
- `value` (String) The value for the tag.