costexplorer_get_anomaly_monitors: Retrieves the cost anomaly monitor definitions for your...

View source: R/costexplorer_operations.R

costexplorer_get_anomaly_monitorsR Documentation

Retrieves the cost anomaly monitor definitions for your account

Description

Retrieves the cost anomaly monitor definitions for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).

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

Usage

costexplorer_get_anomaly_monitors(
  MonitorArnList = NULL,
  NextPageToken = NULL,
  MaxResults = NULL
)

Arguments

MonitorArnList

A list of cost anomaly monitor ARNs.

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 that a paginated response contains.


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