Skip to content

/AWS1/CL_GDYTRIGGERDETAILS

Represents the reason the scan was triggered.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_guarddutyfindingid TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING

The ID of the GuardDuty finding that triggered the malware scan.

iv_description TYPE /AWS1/GDYNONEMPTYSTRING /AWS1/GDYNONEMPTYSTRING

The description of the scan trigger.

iv_triggertype TYPE /AWS1/GDYTRIGGERTYPE /AWS1/GDYTRIGGERTYPE

Specifies the trigger type that started the malware scan.


Queryable Attributes

GuardDutyFindingId

The ID of the GuardDuty finding that triggered the malware scan.

Accessible with the following methods

Method Description
GET_GUARDDUTYFINDINGID() Getter for GUARDDUTYFINDINGID, with configurable default
ASK_GUARDDUTYFINDINGID() Getter for GUARDDUTYFINDINGID w/ exceptions if field has no
HAS_GUARDDUTYFINDINGID() Determine if GUARDDUTYFINDINGID has a value

Description

The description of the scan trigger.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

TriggerType

Specifies the trigger type that started the malware scan.

Accessible with the following methods

Method Description
GET_TRIGGERTYPE() Getter for TRIGGERTYPE, with configurable default
ASK_TRIGGERTYPE() Getter for TRIGGERTYPE w/ exceptions if field has no value
HAS_TRIGGERTYPE() Determine if TRIGGERTYPE has a value