Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_anomaly_monitor

update_anomaly_monitor(**kwargs)

Updates an existing cost anomaly monitor. The changes made are applied going forward, and doesn't change anomalies detected in the past.

See also: AWS API Documentation

Request Syntax

response = client.update_anomaly_monitor(
    MonitorArn='string',
    MonitorName='string'
)
Parameters
  • MonitorArn (string) --

    [REQUIRED]

    Cost anomaly monitor Amazon Resource Names (ARNs).

  • MonitorName (string) -- The new name for the cost anomaly monitor.
Return type

dict

Returns

Response Syntax

{
    'MonitorArn': 'string'
}

Response Structure

  • (dict) --

    • MonitorArn (string) --

      A cost anomaly monitor ARN.

Exceptions

  • CostExplorer.Client.exceptions.LimitExceededException
  • CostExplorer.Client.exceptions.UnknownMonitorException