/AWS1/CL_GDYSTRTMALWARESCANC00¶
Contains information about the configuration to be used for the malware scan.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_role TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING¶
Amazon Resource Name (ARN) of the IAM role that is used for scanning the resource.
Optional arguments:¶
io_incrementalscandetails TYPE REF TO /AWS1/CL_GDYINCREMENTALSCAND00 /AWS1/CL_GDYINCREMENTALSCAND00¶
Contains information about the incremental scan configuration. When specified, the scan will only process changes since the baseline resource.
io_recoverypoint TYPE REF TO /AWS1/CL_GDYRECOVERYPOINT /AWS1/CL_GDYRECOVERYPOINT¶
Contains information about the recovery point configuration for the requested scan.
Queryable Attributes¶
Role¶
Amazon Resource Name (ARN) of the IAM role that is used for scanning the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLE() |
Getter for ROLE, with configurable default |
ASK_ROLE() |
Getter for ROLE w/ exceptions if field has no value |
HAS_ROLE() |
Determine if ROLE has a value |
IncrementalScanDetails¶
Contains information about the incremental scan configuration. When specified, the scan will only process changes since the baseline resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCREMENTALSCANDETAILS() |
Getter for INCREMENTALSCANDETAILS |
RecoveryPoint¶
Contains information about the recovery point configuration for the requested scan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOVERYPOINT() |
Getter for RECOVERYPOINT |