/AWS1/CL_CFSAGGREGATECONFORM01¶
Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.
A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_compliancetype TYPE /AWS1/CFSCONFORMANCEPACKCPLN00 /AWS1/CFSCONFORMANCEPACKCPLN00¶
The compliance status of the conformance pack.
iv_compliantrulecount TYPE /AWS1/CFSINTEGER /AWS1/CFSINTEGER¶
The number of compliant Config Rules.
iv_noncompliantrulecount TYPE /AWS1/CFSINTEGER /AWS1/CFSINTEGER¶
The number of noncompliant Config Rules.
iv_totalrulecount TYPE /AWS1/CFSINTEGER /AWS1/CFSINTEGER¶
Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.
Queryable Attributes¶
ComplianceType¶
The compliance status of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLIANCETYPE() |
Getter for COMPLIANCETYPE, with configurable default |
ASK_COMPLIANCETYPE() |
Getter for COMPLIANCETYPE w/ exceptions if field has no valu |
HAS_COMPLIANCETYPE() |
Determine if COMPLIANCETYPE has a value |
CompliantRuleCount¶
The number of compliant Config Rules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLIANTRULECOUNT() |
Getter for COMPLIANTRULECOUNT |
NonCompliantRuleCount¶
The number of noncompliant Config Rules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NONCOMPLIANTRULECOUNT() |
Getter for NONCOMPLIANTRULECOUNT |
TotalRuleCount¶
Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALRULECOUNT() |
Getter for TOTALRULECOUNT |