configservice_list_configuration_recorders {paws.management} | R 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 |
MaxResults |
The maximum number of results to include in the response. |
NextToken |
The |
[Package paws.management version 0.9.0 Index]