configservice_list_configuration_recorders: Returns a list of configuration recorders depending on the...

View source: R/configservice_operations.R

configservice_list_configuration_recordersR Documentation

Returns a list of configuration recorders depending on the filters you specify

Description

Returns a list of configuration recorders depending on the filters you specify.

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

Usage

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

Arguments

Filters

Filters the results based on a list of ConfigurationRecorderFilter objects that you specify.

MaxResults

The maximum number of results to include in the response.

NextToken

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.


paws.management documentation built on April 3, 2025, 10:39 p.m.