Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
configservice_get_conformance_pack_compliance_summary(
ConformancePackNames, Limit, NextToken)
A list with the following syntax:
list(
ConformancePackComplianceSummaryList = list(
list(
ConformancePackName = "string",
ConformancePackComplianceStatus = "COMPLIANT"|"NON_COMPLIANT"
)
),
NextToken = "string"
)
[required] Names of conformance packs.
The maximum number of conformance packs returned on each page.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
svc$get_conformance_pack_compliance_summary(
ConformancePackNames = list(
"string"
),
Limit = 123,
NextToken = "string"
)