---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ce_anomaly_subscription Resource - terraform-provider-awscc"
subcategory: ""
description: |-
AWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. Create subscription to be notified
---
# awscc_ce_anomaly_subscription (Resource)
AWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. Create subscription to be notified
## Schema
### Required
- `frequency` (String) The frequency at which anomaly reports are sent over email.
- `monitor_arn_list` (List of String) A list of cost anomaly monitors.
- `subscribers` (Attributes List) A list of subscriber (see [below for nested schema](#nestedatt--subscribers))
- `subscription_name` (String) The name of the subscription.
- `threshold` (Number) The dollar value that triggers a notification if the threshold is exceeded.
### Optional
- `resource_tags` (Attributes List) Tags to assign to subscription. (see [below for nested schema](#nestedatt--resource_tags))
### Read-Only
- `account_id` (String) The accountId
- `id` (String) Uniquely identifies the resource.
- `subscription_arn` (String) Subscription ARN
### Nested Schema for `subscribers`
Required:
- `address` (String)
- `status` (String)
- `type` (String)
### Nested Schema for `resource_tags`
Optional:
- `key` (String) The key name for the tag.
- `value` (String) The value for the tag.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_ce_anomaly_subscription.example
```