Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ce-anomalysubscription.json
Parent schema serverless-framework-configuration
Type: object

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. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

SubscriptionName string | Aws_CF_FunctionString required

The name of the subscription.

MonitorArnList Arn[] required

A list of cost anomaly monitors.

Subscribers Subscriber[] required

A list of subscriber

Frequency string | Aws_CF_FunctionString required

The frequency at which anomaly reports are sent over email.

Threshold number

The dollar value that triggers a notification if the threshold is exceeded.

min=0
ThresholdExpression string | Aws_CF_FunctionString

An Expression object in JSON String format used to specify the anomalies that you want to generate alerts for.

ResourceTags ResourceTag[]

Tags to assign to subscription.

minItems=0maxItems=200

Definitions

Arn string | Aws_CF_FunctionString

Subscription ARN

Subscriber object
Address string | Aws_CF_FunctionString required
Type string | Aws_CF_FunctionString required
Status string | Aws_CF_FunctionString
ResourceTag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name for the tag.

Value string | Aws_CF_FunctionString required

The value for the tag.