AWS::CE::AnomalyMonitorAWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. You can use Cost Anomaly Detection by creating monitor.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
MonitorName | string | Required |
MonitorType | string | RequiredCreate-only |
MonitorDimension | string | Create-only |
MonitorSpecification | string | Create-only |
ResourceTags | Array<ResourceTag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationDate | string | The date when the monitor was created. |
DimensionalValueCount | integer | The value for evaluated dimensions. |
LastEvaluatedDate | string | The date when the monitor last evaluated for anomalies. |
LastUpdatedDate | string | The date when the monitor was last updated. |
MonitorArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CE::AnomalyMonitor
Resources:
MyResource:
Type: AWS::CE::AnomalyMonitor
Properties:
MonitorName: "my-monitorname"
MonitorType: "DIMENSIONAL"Permissions CloudFormation needs in your IAM role to manage this resource.
ce:CreateAnomalyMonitorce:TagResourcece:GetAnomalyMonitorsce:ListTagsForResourcece:UpdateAnomalyMonitorce:DeleteAnomalyMonitorce:GetAnomalyMonitorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterMonitorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
MonitorTypeMonitorDimensionMonitorSpecificationResourceTags