paws.management (version 0.1.0)

configservice_get_compliance_details_by_resource: Returns the evaluation results for the specified AWS resource

Description

Returns the evaluation results for the specified AWS resource. The results indicate which AWS Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.

Usage

configservice_get_compliance_details_by_resource(ResourceType,
  ResourceId, ComplianceTypes, NextToken)

Arguments

ResourceType

[required] The type of the AWS resource for which you want compliance information.

ResourceId

[required] The ID of the AWS resource for which you want compliance information.

ComplianceTypes

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.

NextToken

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Request syntax

svc$get_compliance_details_by_resource(
  ResourceType = "string",
  ResourceId = "string",
  ComplianceTypes = list(
    "COMPLIANT"|"NON_COMPLIANT"|"NOT_APPLICABLE"|"INSUFFICIENT_DATA"
  ),
  NextToken = "string"
)