Learn R Programming

paws.management (version 0.9.0)

configservice_list_configuration_recorders: 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.