Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community::CostExplorer::AnomalyMonitor & AnomalySubscription #36

Open
OlafConijn opened this issue Oct 21, 2020 · 0 comments
Open

Community::CostExplorer::AnomalyMonitor & AnomalySubscription #36

OlafConijn opened this issue Oct 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@OlafConijn
Copy link
Member

OlafConijn commented Oct 21, 2020

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 OlafConijn added the enhancement New feature or request label Oct 21, 2020
@OlafConijn OlafConijn changed the title Community::CostExplorer::AnomalyMonitor Community::CostExplorer::AnomalyMonitor & AnomalySubscription Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant