configservice_get_compliance_details_by_resource: Returns the evaluation results for the specified Amazon Web...

View source: R/configservice_operations.R

configservice_get_compliance_details_by_resourceR Documentation

Returns the evaluation results for the specified Amazon Web Services resource

Description

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.

Usage

configservice_get_compliance_details_by_resource(
  ResourceType = NULL,
  ResourceId = NULL,
  ComplianceTypes = NULL,
  NextToken = NULL,
  ResourceEvaluationId = NULL
)

Arguments

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.

INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

NextToken

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

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 ResourceEvaluationID or a ResourceID and ResourceType.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.