View source: R/configservice_operations.R
configservice_get_compliance_details_by_resource | R Documentation |
Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last invoked, and whether the resource complies with each rule.
See https://www.paws-r-sdk.com/docs/configservice_get_compliance_details_by_resource/ for full documentation.
configservice_get_compliance_details_by_resource(
ResourceType = NULL,
ResourceId = NULL,
ComplianceTypes = NULL,
NextToken = NULL,
ResourceEvaluationId = NULL
)
ResourceType |
The type of the Amazon Web Services resource for which you want compliance information. |
ResourceId |
The ID of the Amazon Web Services resource for which you want compliance information. |
ComplianceTypes |
Filters the results by compliance.
|
NextToken |
The |
ResourceEvaluationId |
The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results. You need to only provide either a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.