Returns details about your Config rules
Source:R/configservice_operations.R
configservice_describe_config_rules.RdReturns details about your Config rules.
See https://www.paws-r-sdk.com/docs/configservice_describe_config_rules/ for full documentation.
Usage
configservice_describe_config_rules(
ConfigRuleNames = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- ConfigRuleNames
The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
- NextToken
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Filters
Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.