View source: R/configservice_operations.R
configservice_describe_compliance_by_resource | R Documentation |
Indicates whether the specified Amazon Web Services resources are compliant. If a resource is noncompliant, this action returns the number of Config rules that the resource does not comply with.
See https://www.paws-r-sdk.com/docs/configservice_describe_compliance_by_resource/ for full documentation.
configservice_describe_compliance_by_resource(
ResourceType = NULL,
ResourceId = NULL,
ComplianceTypes = NULL,
Limit = NULL,
NextToken = NULL
)
ResourceType |
The types of Amazon Web Services resources for which you want compliance
information (for example, |
ResourceId |
The ID of the Amazon Web Services resource for which you want compliance
information. You can specify only one resource ID. If you specify a
resource ID, you must also specify a type for |
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.