costexplorer_get_anomalies: Retrieves all of the cost anomalies detected on your account...

View source: R/costexplorer_operations.R

costexplorer_get_anomaliesR Documentation

Retrieves all of the cost anomalies detected on your account during the time period that's specified by the DateInterval object

Description

Retrieves all of the cost anomalies detected on your account during the time period that's specified by the DateInterval object. Anomalies are available for up to 90 days.

See https://www.paws-r-sdk.com/docs/costexplorer_get_anomalies/ for full documentation.

Usage

costexplorer_get_anomalies(
  MonitorArn = NULL,
  DateInterval,
  Feedback = NULL,
  TotalImpact = NULL,
  NextPageToken = NULL,
  MaxResults = NULL
)

Arguments

MonitorArn

Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).

DateInterval

[required] Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an AnomalyEndDate in the specified time range.

Feedback

Filters anomaly results by the feedback field on the anomaly object.

TotalImpact

Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies ⁠GREATER_THAN 200.00⁠ to retrieve anomalies, with an estimated dollar impact greater than 200.

NextPageToken

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

MaxResults

The number of entries a paginated response contains.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.