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.
configservice_list_configuration_recorders(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
Filters the results based on a list of ConfigurationRecorderFilter
objects that you specify.
The maximum number of results to include in the response.
The NextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.