Update Anomaly Monitor
| costexplorer_update_anomaly_monitor | R Documentation | 
Updates an existing cost anomaly monitor¶
Description¶
Updates an existing cost anomaly monitor. The changes made are applied going forward, and doesn't change anomalies detected in the past.
Usage¶
costexplorer_update_anomaly_monitor(MonitorArn, MonitorName)
Arguments¶
| MonitorArn | [required] Cost anomaly monitor Amazon Resource Names (ARNs). | 
| MonitorName | The new name for the cost anomaly monitor. | 
Value¶
A list with the following syntax:
list(
  MonitorArn = "string"
)
Request syntax¶
svc$update_anomaly_monitor(
  MonitorArn = "string",
  MonitorName = "string"
)