aws-resource-providers icon indicating copy to clipboard operation
aws-resource-providers copied to clipboard

Community::CostExplorer::AnomalyMonitor & AnomalySubscription

Open OlafConijn opened this issue 4 years ago • 0 comments

The Community::CostExplorer::AnomalyMonitor allows users to set up an anomaly monitor

Proposal to do so using the following resource types

Type: Community::CostExplorer::AnomalyMonitor
Properties: 
  MonitorName: String # Name of the anomaly monitor
  MonitorType: String # DIMENSIONAL or CUSTOM
  MonitorDimension: String # SERVICE
  MonitorSpecification: any # contains expression as JSON or YAML
  DimensionalValueCount: number 
Type: Community::CostExplorer::AnomalySubscription
Properties: 
  SubscriptionName: String # Name of the anomaly subscription
  MonitorArnList: List<String> # !Refs to Monitor
  Subscribers: List<Subscriber> # { Type: EMAIL | SNS, Address: String  }
  Threshold: number
  Frequency: String # DAILY, IMMEDIATE or WEEKLY 

OlafConijn avatar Oct 21 '20 16:10 OlafConijn