Returns compliance details for each rule in that conformance pack
Source:R/configservice_operations.R
configservice_describe_conformance_pack_compliance.RdReturns compliance details for each rule in that conformance pack.
See https://www.paws-r-sdk.com/docs/configservice_describe_conformance_pack_compliance/ for full documentation.
Usage
configservice_describe_conformance_pack_compliance(
ConformancePackName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- ConformancePackName
[required] Name of the conformance pack.
- Filters
A
ConformancePackComplianceFiltersobject.- Limit
The maximum number of Config rules within a conformance pack are returned on each page.
- NextToken
The
nextTokenstring returned in a previous request that you use to request the next page of results in a paginated response.