View source: R/configservice_operations.R
configservice_describe_config_rule_evaluation_status | R Documentation |
Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke the rule, and the related error for the last failure.
See https://www.paws-r-sdk.com/docs/configservice_describe_config_rule_evaluation_status/ for full documentation.
configservice_describe_config_rule_evaluation_status(
ConfigRuleNames = NULL,
NextToken = NULL,
Limit = NULL
)
ConfigRuleNames |
The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use. |
NextToken |
The |
Limit |
The number of rule evaluation results that you want returned. This parameter is required if the rule limit for your account is more than the default of 1000 rules. For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.