configservice_list_conformance_pack_compliance_scores {paws.management} | R Documentation |
Returns a list of conformance pack compliance scores
Description
Returns a list of conformance pack compliance scores. A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.
See https://www.paws-r-sdk.com/docs/configservice_list_conformance_pack_compliance_scores/ for full documentation.
Usage
configservice_list_conformance_pack_compliance_scores(
Filters = NULL,
SortOrder = NULL,
SortBy = NULL,
Limit = NULL,
NextToken = NULL
)
Arguments
Filters |
Filters the results based on the
|
SortOrder |
Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order. By default, conformance pack compliance scores are sorted in
alphabetical order by name of the conformance pack. Conformance pack
compliance scores are sorted in reverse alphabetical order if you enter
You can sort conformance pack compliance scores by the numerical value
of the compliance score by entering |
SortBy |
Sorts your conformance pack compliance scores in either ascending or
descending order, depending on By default, conformance pack compliance scores are sorted in
alphabetical order by name of the conformance pack. Enter |
Limit |
The maximum number of conformance pack compliance scores returned on each page. |
NextToken |
The |