aws-resource-providers
aws-resource-providers copied to clipboard
Community::CostExplorer::AnomalyMonitor & AnomalySubscription
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