/AWS1/CL_IN2CISSCAN¶
The CIS scan.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scanarn TYPE /AWS1/IN2CISSCANARN /AWS1/IN2CISSCANARN¶
The CIS scan's ARN.
iv_scanconfigurationarn TYPE /AWS1/IN2CISSCANCONFARN /AWS1/IN2CISSCANCONFARN¶
The CIS scan's configuration ARN.
Optional arguments:¶
iv_status TYPE /AWS1/IN2CISSCANSTATUS /AWS1/IN2CISSCANSTATUS¶
The CIS scan's status.
iv_scanname TYPE /AWS1/IN2CISSCANNAME /AWS1/IN2CISSCANNAME¶
The the name of the scan configuration that's associated with this scan.
iv_scandate TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP¶
The CIS scan's date.
iv_failedchecks TYPE /AWS1/IN2INTEGER /AWS1/IN2INTEGER¶
The CIS scan's failed checks.
iv_totalchecks TYPE /AWS1/IN2INTEGER /AWS1/IN2INTEGER¶
The CIS scan's total checks.
io_targets TYPE REF TO /AWS1/CL_IN2CISTARGETS /AWS1/CL_IN2CISTARGETS¶
The CIS scan's targets.
iv_scheduledby TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The account or organization that schedules the CIS scan.
iv_securitylevel TYPE /AWS1/IN2CISSECURITYLEVEL /AWS1/IN2CISSECURITYLEVEL¶
The security level for the CIS scan. Security level refers to the Benchmark levels that CIS assigns to a profile.
Queryable Attributes¶
scanArn¶
The CIS scan's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANARN() |
Getter for SCANARN, with configurable default |
ASK_SCANARN() |
Getter for SCANARN w/ exceptions if field has no value |
HAS_SCANARN() |
Determine if SCANARN has a value |
scanConfigurationArn¶
The CIS scan's configuration ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANCONFIGURATIONARN() |
Getter for SCANCONFIGURATIONARN, with configurable default |
ASK_SCANCONFIGURATIONARN() |
Getter for SCANCONFIGURATIONARN w/ exceptions if field has n |
HAS_SCANCONFIGURATIONARN() |
Determine if SCANCONFIGURATIONARN has a value |
status¶
The CIS scan's status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
scanName¶
The the name of the scan configuration that's associated with this scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANNAME() |
Getter for SCANNAME, with configurable default |
ASK_SCANNAME() |
Getter for SCANNAME w/ exceptions if field has no value |
HAS_SCANNAME() |
Determine if SCANNAME has a value |
scanDate¶
The CIS scan's date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANDATE() |
Getter for SCANDATE, with configurable default |
ASK_SCANDATE() |
Getter for SCANDATE w/ exceptions if field has no value |
HAS_SCANDATE() |
Determine if SCANDATE has a value |
failedChecks¶
The CIS scan's failed checks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDCHECKS() |
Getter for FAILEDCHECKS, with configurable default |
ASK_FAILEDCHECKS() |
Getter for FAILEDCHECKS w/ exceptions if field has no value |
HAS_FAILEDCHECKS() |
Determine if FAILEDCHECKS has a value |
totalChecks¶
The CIS scan's total checks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCHECKS() |
Getter for TOTALCHECKS, with configurable default |
ASK_TOTALCHECKS() |
Getter for TOTALCHECKS w/ exceptions if field has no value |
HAS_TOTALCHECKS() |
Determine if TOTALCHECKS has a value |
targets¶
The CIS scan's targets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETS() |
Getter for TARGETS |
scheduledBy¶
The account or organization that schedules the CIS scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDBY() |
Getter for SCHEDULEDBY, with configurable default |
ASK_SCHEDULEDBY() |
Getter for SCHEDULEDBY w/ exceptions if field has no value |
HAS_SCHEDULEDBY() |
Determine if SCHEDULEDBY has a value |
securityLevel¶
The security level for the CIS scan. Security level refers to the Benchmark levels that CIS assigns to a profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYLEVEL() |
Getter for SECURITYLEVEL, with configurable default |
ASK_SECURITYLEVEL() |
Getter for SECURITYLEVEL w/ exceptions if field has no value |
HAS_SECURITYLEVEL() |
Determine if SECURITYLEVEL 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_CISSCANLIST¶
TYPES TT_CISSCANLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CISSCAN WITH DEFAULT KEY
.