/AWS1/CL_CFSAGGREGATECPLNCBY01¶
Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.
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_conformancepackname TYPE /AWS1/CFSCONFORMANCEPACKNAME /AWS1/CFSCONFORMANCEPACKNAME¶
The name of the conformance pack.
io_compliance TYPE REF TO /AWS1/CL_CFSAGGREGATECONFORM01 /AWS1/CL_CFSAGGREGATECONFORM01¶
The compliance status of the conformance pack.
iv_accountid TYPE /AWS1/CFSACCOUNTID /AWS1/CFSACCOUNTID¶
The 12-digit Amazon Web Services account ID of the source account.
iv_awsregion TYPE /AWS1/CFSAWSREGION /AWS1/CFSAWSREGION¶
The source Amazon Web Services Region from where the data is aggregated.
Queryable Attributes¶
ConformancePackName¶
The name of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFORMANCEPACKNAME() |
Getter for CONFORMANCEPACKNAME, with configurable default |
ASK_CONFORMANCEPACKNAME() |
Getter for CONFORMANCEPACKNAME w/ exceptions if field has no |
HAS_CONFORMANCEPACKNAME() |
Determine if CONFORMANCEPACKNAME has a value |
Compliance¶
The compliance status of the conformance pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLIANCE() |
Getter for COMPLIANCE |
AccountId¶
The 12-digit Amazon Web Services account ID of the source account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
AwsRegion¶
The source Amazon Web Services Region from where the data is aggregated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSREGION() |
Getter for AWSREGION, with configurable default |
ASK_AWSREGION() |
Getter for AWSREGION w/ exceptions if field has no value |
HAS_AWSREGION() |
Determine if AWSREGION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AGGREGATECPLNCBYCONFORMAN00¶
TYPES TT_AGGREGATECPLNCBYCONFORMAN00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSAGGREGATECPLNCBY01 WITH DEFAULT KEY
.