/AWS1/CL_AUMCONTROLMAPSOURCE¶
The data source that determines where Audit Manager collects evidence from for the control.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourceid TYPE /AWS1/AUMUUID /AWS1/AUMUUID¶
The unique identifier for the source.
iv_sourcename TYPE /AWS1/AUMSOURCENAME /AWS1/AUMSOURCENAME¶
The name of the source.
iv_sourcedescription TYPE /AWS1/AUMSOURCEDESCRIPTION /AWS1/AUMSOURCEDESCRIPTION¶
The description of the source.
iv_sourcesetupoption TYPE /AWS1/AUMSOURCESETUPOPTION /AWS1/AUMSOURCESETUPOPTION¶
The setup option for the data source. This option reflects if the evidence collection method is automated or manual. If you don’t provide a value for
sourceSetUpOption, Audit Manager automatically infers and populates the correct value based on thesourceTypethat you specify.
iv_sourcetype TYPE /AWS1/AUMSOURCETYPE /AWS1/AUMSOURCETYPE¶
Specifies which type of data source is used to collect evidence.
The source can be an individual data source type, such as
AWS_Cloudtrail,AWS_Config,AWS_Security_Hub,AWS_API_Call, orMANUAL.The source can also be a managed grouping of data sources, such as a
Core_Controlor aCommon_Control.
io_sourcekeyword TYPE REF TO /AWS1/CL_AUMSOURCEKEYWORD /AWS1/CL_AUMSOURCEKEYWORD¶
sourceKeyword
iv_sourcefrequency TYPE /AWS1/AUMSOURCEFREQUENCY /AWS1/AUMSOURCEFREQUENCY¶
Specifies how often evidence is collected from the control mapping source.
iv_troubleshootingtext TYPE /AWS1/AUMTROUBLESHOOTINGTEXT /AWS1/AUMTROUBLESHOOTINGTEXT¶
The instructions for troubleshooting the control.
Queryable Attributes¶
sourceId¶
The unique identifier for the source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEID() |
Getter for SOURCEID, with configurable default |
ASK_SOURCEID() |
Getter for SOURCEID w/ exceptions if field has no value |
HAS_SOURCEID() |
Determine if SOURCEID has a value |
sourceName¶
The name of the source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCENAME() |
Getter for SOURCENAME, with configurable default |
ASK_SOURCENAME() |
Getter for SOURCENAME w/ exceptions if field has no value |
HAS_SOURCENAME() |
Determine if SOURCENAME has a value |
sourceDescription¶
The description of the source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEDESCRIPTION() |
Getter for SOURCEDESCRIPTION, with configurable default |
ASK_SOURCEDESCRIPTION() |
Getter for SOURCEDESCRIPTION w/ exceptions if field has no v |
HAS_SOURCEDESCRIPTION() |
Determine if SOURCEDESCRIPTION has a value |
sourceSetUpOption¶
The setup option for the data source. This option reflects if the evidence collection method is automated or manual. If you don’t provide a value for
sourceSetUpOption, Audit Manager automatically infers and populates the correct value based on thesourceTypethat you specify.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCESETUPOPTION() |
Getter for SOURCESETUPOPTION, with configurable default |
ASK_SOURCESETUPOPTION() |
Getter for SOURCESETUPOPTION w/ exceptions if field has no v |
HAS_SOURCESETUPOPTION() |
Determine if SOURCESETUPOPTION has a value |
sourceType¶
Specifies which type of data source is used to collect evidence.
The source can be an individual data source type, such as
AWS_Cloudtrail,AWS_Config,AWS_Security_Hub,AWS_API_Call, orMANUAL.The source can also be a managed grouping of data sources, such as a
Core_Controlor aCommon_Control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
sourceKeyword¶
sourceKeyword
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEKEYWORD() |
Getter for SOURCEKEYWORD |
sourceFrequency¶
Specifies how often evidence is collected from the control mapping source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFREQUENCY() |
Getter for SOURCEFREQUENCY, with configurable default |
ASK_SOURCEFREQUENCY() |
Getter for SOURCEFREQUENCY w/ exceptions if field has no val |
HAS_SOURCEFREQUENCY() |
Determine if SOURCEFREQUENCY has a value |
troubleshootingText¶
The instructions for troubleshooting the control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TROUBLESHOOTINGTEXT() |
Getter for TROUBLESHOOTINGTEXT, with configurable default |
ASK_TROUBLESHOOTINGTEXT() |
Getter for TROUBLESHOOTINGTEXT w/ exceptions if field has no |
HAS_TROUBLESHOOTINGTEXT() |
Determine if TROUBLESHOOTINGTEXT 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_CONTROLMAPPINGSOURCES¶
TYPES TT_CONTROLMAPPINGSOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCONTROLMAPSOURCE WITH DEFAULT KEY
.