configservice_get_conformance_pack_compliance_summary: Returns compliance details for the conformance pack based on...

View source: R/configservice_operations.R

configservice_get_conformance_pack_compliance_summaryR Documentation

Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack

Description

Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.

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

Usage

configservice_get_conformance_pack_compliance_summary(
  ConformancePackNames,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConformancePackNames

[required] Names of conformance packs.

Limit

The maximum number of conformance packs returned on each page.

NextToken

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


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