devopsguru_list_monitored_resources: Returns the list of all log groups that are being monitored...

View source: R/devopsguru_operations.R

devopsguru_list_monitored_resourcesR Documentation

Returns the list of all log groups that are being monitored and tagged by DevOps Guru

Description

Returns the list of all log groups that are being monitored and tagged by DevOps Guru.

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

Usage

devopsguru_list_monitored_resources(
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Filters

Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.