/AWS1/CL_PISPIPETGTLAMBDAFUN00¶
The parameters for using a Lambda function as a target.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_invocationtype TYPE /AWS1/PISPIPETARGETINVCTYPE /AWS1/PISPIPETARGETINVCTYPE¶
Specify whether to invoke the function synchronously or asynchronously.
REQUEST_RESPONSE(default) - Invoke synchronously. This corresponds to theRequestResponseoption in theInvocationTypeparameter for the Lambda Invoke API.
FIRE_AND_FORGET- Invoke asynchronously. This corresponds to theEventoption in theInvocationTypeparameter for the Lambda Invoke API.For more information, see Invocation types in the Amazon EventBridge User Guide.
Queryable Attributes¶
InvocationType¶
Specify whether to invoke the function synchronously or asynchronously.
REQUEST_RESPONSE(default) - Invoke synchronously. This corresponds to theRequestResponseoption in theInvocationTypeparameter for the Lambda Invoke API.
FIRE_AND_FORGET- Invoke asynchronously. This corresponds to theEventoption in theInvocationTypeparameter for the Lambda Invoke API.For more information, see Invocation types in the Amazon EventBridge User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOCATIONTYPE() |
Getter for INVOCATIONTYPE, with configurable default |
ASK_INVOCATIONTYPE() |
Getter for INVOCATIONTYPE w/ exceptions if field has no valu |
HAS_INVOCATIONTYPE() |
Determine if INVOCATIONTYPE has a value |