Skip to content

/AWS1/CL_SGMLAMBDASTEPMETADATA

Metadata for a Lambda step.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

it_outputparameters TYPE /AWS1/CL_SGMOUTPUTPARAMETER=>TT_OUTPUTPARAMETERLIST TT_OUTPUTPARAMETERLIST

A list of the output parameters of the Lambda step.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

OutputParameters

A list of the output parameters of the Lambda step.

Accessible with the following methods

Method Description
GET_OUTPUTPARAMETERS() Getter for OUTPUTPARAMETERS, with configurable default
ASK_OUTPUTPARAMETERS() Getter for OUTPUTPARAMETERS w/ exceptions if field has no va
HAS_OUTPUTPARAMETERS() Determine if OUTPUTPARAMETERS has a value