Skip to content

/AWS1/CL_FRMHOOKTARGET

The HookTarget data type.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_targettype TYPE /AWS1/FRMHOOKTARGETTYPE /AWS1/FRMHOOKTARGETTYPE

The target type.

iv_targettypename TYPE /AWS1/FRMHOOKTARGETTYPENAME /AWS1/FRMHOOKTARGETTYPENAME

The target name, for example, AWS::S3::Bucket.

iv_targetid TYPE /AWS1/FRMHOOKTARGETID /AWS1/FRMHOOKTARGETID

The unique identifier of the Hook invocation target.

iv_action TYPE /AWS1/FRMHOOKTARGETACTION /AWS1/FRMHOOKTARGETACTION

The action that invoked the Hook.


Queryable Attributes

TargetType

The target type.

Accessible with the following methods

Method Description
GET_TARGETTYPE() Getter for TARGETTYPE, with configurable default
ASK_TARGETTYPE() Getter for TARGETTYPE w/ exceptions if field has no value
HAS_TARGETTYPE() Determine if TARGETTYPE has a value

TargetTypeName

The target name, for example, AWS::S3::Bucket.

Accessible with the following methods

Method Description
GET_TARGETTYPENAME() Getter for TARGETTYPENAME, with configurable default
ASK_TARGETTYPENAME() Getter for TARGETTYPENAME w/ exceptions if field has no valu
HAS_TARGETTYPENAME() Determine if TARGETTYPENAME has a value

TargetId

The unique identifier of the Hook invocation target.

Accessible with the following methods

Method Description
GET_TARGETID() Getter for TARGETID, with configurable default
ASK_TARGETID() Getter for TARGETID w/ exceptions if field has no value
HAS_TARGETID() Determine if TARGETID has a value

Action

The action that invoked the Hook.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION, with configurable default
ASK_ACTION() Getter for ACTION w/ exceptions if field has no value
HAS_ACTION() Determine if ACTION has a value