You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Community::CostExplorer::AnomalyMonitor allows users to set up an anomaly monitor
Proposal to do so using the following resource types
Type: Community::CostExplorer::AnomalyMonitorProperties:
MonitorName: String # Name of the anomaly monitorMonitorType: String # DIMENSIONAL or CUSTOMMonitorDimension: String # SERVICEMonitorSpecification: any # contains expression as JSON or YAMLDimensionalValueCount: number
Type: Community::CostExplorer::AnomalySubscriptionProperties:
SubscriptionName: String # Name of the anomaly subscriptionMonitorArnList: List<String> # !Refs to MonitorSubscribers: List<Subscriber> # { Type: EMAIL | SNS, Address: String }Threshold: numberFrequency: String # DAILY, IMMEDIATE or WEEKLY
The text was updated successfully, but these errors were encountered:
The Community::CostExplorer::AnomalyMonitor allows users to set up an anomaly monitor
Proposal to do so using the following resource types
The text was updated successfully, but these errors were encountered: