/AWS1/CL_CFSCOMPLIANCESUMMARY¶
The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_compliantresourcecount TYPE REF TO /AWS1/CL_CFSCPLNCCONTRIBCOUNT /AWS1/CL_CFSCPLNCCONTRIBCOUNT¶
The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
io_noncompliantresourcecount TYPE REF TO /AWS1/CL_CFSCPLNCCONTRIBCOUNT /AWS1/CL_CFSCPLNCCONTRIBCOUNT¶
The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
iv_cplncsummarytimestamp TYPE /AWS1/CFSDATE /AWS1/CFSDATE¶
The time that Config created the compliance summary.
Queryable Attributes¶
CompliantResourceCount¶
The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLIANTRESOURCECOUNT() |
Getter for COMPLIANTRESOURCECOUNT |
NonCompliantResourceCount¶
The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NONCOMPRESOURCECOUNT() |
Getter for NONCOMPLIANTRESOURCECOUNT |
ComplianceSummaryTimestamp¶
The time that Config created the compliance summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPLNCSUMMARYTIMESTAMP() |
Getter for COMPLIANCESUMMARYTIMESTAMP, with configurable def |
ASK_CPLNCSUMMARYTIMESTAMP() |
Getter for COMPLIANCESUMMARYTIMESTAMP w/ exceptions if field |
HAS_CPLNCSUMMARYTIMESTAMP() |
Determine if COMPLIANCESUMMARYTIMESTAMP has a value |