/AWS1/CL_CHSLAMBDACONF¶
Stores metadata about a Lambda processor.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcearn TYPE /AWS1/CHSLAMBDAFUNCTIONARN /AWS1/CHSLAMBDAFUNCTIONARN¶
The ARN of the Lambda message processing function.
iv_invocationtype TYPE /AWS1/CHSINVOCATIONTYPE /AWS1/CHSINVOCATIONTYPE¶
Controls how the Lambda function is invoked.
Queryable Attributes¶
ResourceArn¶
The ARN of the Lambda message processing function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
InvocationType¶
Controls how the Lambda function is invoked.
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 |