Skip to main content

conformance_pack_compliance_scores

Creates, updates, deletes, gets or lists a conformance_pack_compliance_scores resource.

Overview

Nameconformance_pack_compliance_scores
TypeResource
Idaws.config.conformance_pack_compliance_scores

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
conformance_pack_compliance_scoresarrayA list of ConformancePackComplianceScore objects.
next_tokenstringThe nextToken string that you can use to get the next page of results in a paginated response.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_conformance_pack_compliance_scoresselectregionReturns 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. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

SELECT
conformance_pack_compliance_scores,
next_token
FROM aws.config.conformance_pack_compliance_scores
WHERE region = '{{ region }}' -- required
;