/AWS1/CL_IN2CISSCANCONF¶
The CIS scan configuration.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_scanconfigurationarn
TYPE /AWS1/IN2CISSCANCONFARN
/AWS1/IN2CISSCANCONFARN
¶
The CIS scan configuration's scan configuration ARN.
Optional arguments:¶
iv_ownerid
TYPE /AWS1/IN2CISOWNERID
/AWS1/IN2CISOWNERID
¶
The CIS scan configuration's owner ID.
iv_scanname
TYPE /AWS1/IN2CISSCANNAME
/AWS1/IN2CISSCANNAME
¶
The name of the CIS scan configuration.
iv_securitylevel
TYPE /AWS1/IN2CISSECURITYLEVEL
/AWS1/IN2CISSECURITYLEVEL
¶
The CIS scan configuration's security level.
io_schedule
TYPE REF TO /AWS1/CL_IN2SCHEDULE
/AWS1/CL_IN2SCHEDULE
¶
The CIS scan configuration's schedule.
io_targets
TYPE REF TO /AWS1/CL_IN2CISTARGETS
/AWS1/CL_IN2CISTARGETS
¶
The CIS scan configuration's targets.
it_tags
TYPE /AWS1/CL_IN2CISTAGMAP_W=>TT_CISTAGMAP
TT_CISTAGMAP
¶
The CIS scan configuration's tags.
Queryable Attributes¶
scanConfigurationArn¶
The CIS scan configuration's scan 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 |
ownerId¶
The CIS scan configuration's owner ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID has a value |
scanName¶
The name of the CIS scan configuration.
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 |
securityLevel¶
The CIS scan configuration's security level.
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 |
schedule¶
The CIS scan configuration's schedule.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEDULE() |
Getter for SCHEDULE |
targets¶
The CIS scan configuration's targets.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETS() |
Getter for TARGETS |
tags¶
The CIS scan configuration's tags.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_CISSCANCONFIGURATIONLIST
¶
TYPES TT_CISSCANCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CISSCANCONF WITH DEFAULT KEY
.