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

## Properties

- `Frequency` (`"DAILY" | "IMMEDIATE" | "WEEKLY"`, required): The frequency at which anomaly reports are sent over email.
- `MonitorArnList` (`string[]`, required): A list of cost anomaly monitors.
- `Subscribers` (`AnomalySubscription_Subscriber[]`, required): A list of subscriber
- `SubscriptionName` (`string`, required): The name of the subscription.
- `AccountId` (`string`, optional): The accountId
- `ResourceTags` (`AnomalySubscription_ResourceTag[]`, optional): Tags to assign to subscription.
- `SubscriptionArn` (`string`, optional)
- `Threshold` (`number`, optional): The dollar value that triggers a notification if the threshold is exceeded.
- `ThresholdExpression` (`string`, optional): An Expression object in JSON String format used to specify the anomalies that you want to generate alerts for.

## Attributes

- `AccountId`
- `Subscribers.*.Status`
- `SubscriptionArn`
