View source: R/configservice_operations.R
configservice_get_compliance_details_by_config_rule | R Documentation |
Returns the evaluation results for the specified Config rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
See https://www.paws-r-sdk.com/docs/configservice_get_compliance_details_by_config_rule/ for full documentation.
configservice_get_compliance_details_by_config_rule(
ConfigRuleName,
ComplianceTypes = NULL,
Limit = NULL,
NextToken = NULL
)
ConfigRuleName |
[required] The name of the Config rule for which you want compliance information. |
ComplianceTypes |
Filters the results by compliance.
|
Limit |
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default. |
NextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.