View source: R/configservice_operations.R
configservice_describe_config_rules | R Documentation |
Returns details about your Config rules.
See https://www.paws-r-sdk.com/docs/configservice_describe_config_rules/ for full documentation.
configservice_describe_config_rules(
ConfigRuleNames = NULL,
NextToken = NULL,
Filters = NULL
)
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.