configservice_start_config_rules_evaluation {paws.management} | R Documentation |
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the resources
Description
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the resources. Use start_config_rules_evaluation
when you want to test that a rule you updated is working as expected. start_config_rules_evaluation
does not re-record the latest configuration state for your resources. It re-runs an evaluation against the last known state of your resources.
See https://www.paws-r-sdk.com/docs/configservice_start_config_rules_evaluation/ for full documentation.
Usage
configservice_start_config_rules_evaluation(ConfigRuleNames = NULL)
Arguments
ConfigRuleNames |
The list of names of Config rules that you want to run evaluations for. |
[Package paws.management version 0.7.0 Index]