configservice_get_conformance_pack_compliance_details: Returns compliance details of a conformance pack for all...

View source: R/configservice_operations.R

configservice_get_conformance_pack_compliance_detailsR Documentation

Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack

Description

Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.

See https://www.paws-r-sdk.com/docs/configservice_get_conformance_pack_compliance_details/ for full documentation.

Usage

configservice_get_conformance_pack_compliance_details(
  ConformancePackName,
  Filters = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConformancePackName

[required] Name of the conformance pack.

Filters

A ConformancePackEvaluationFilters object.

Limit

The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.

NextToken

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


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