/AWS1/CL_LMDGETRUNTIMEMANAGE01¶
GetRuntimeManagementConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_updateruntimeon TYPE /AWS1/LMDUPDATERUNTIMEON /AWS1/LMDUPDATERUNTIMEON¶
The current runtime update mode of the function.
iv_runtimeversionarn TYPE /AWS1/LMDRUNTIMEVERSIONARN /AWS1/LMDRUNTIMEVERSIONARN¶
The ARN of the runtime the function is configured to use. If the runtime update mode is Manual, the ARN is returned, otherwise
nullis returned.
iv_functionarn TYPE /AWS1/LMDNAMESPACEDFUNCTIONARN /AWS1/LMDNAMESPACEDFUNCTIONARN¶
The Amazon Resource Name (ARN) of your function.
Queryable Attributes¶
UpdateRuntimeOn¶
The current runtime update mode of the function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATERUNTIMEON() |
Getter for UPDATERUNTIMEON, with configurable default |
ASK_UPDATERUNTIMEON() |
Getter for UPDATERUNTIMEON w/ exceptions if field has no val |
HAS_UPDATERUNTIMEON() |
Determine if UPDATERUNTIMEON has a value |
RuntimeVersionArn¶
The ARN of the runtime the function is configured to use. If the runtime update mode is Manual, the ARN is returned, otherwise
nullis returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIMEVERSIONARN() |
Getter for RUNTIMEVERSIONARN, with configurable default |
ASK_RUNTIMEVERSIONARN() |
Getter for RUNTIMEVERSIONARN w/ exceptions if field has no v |
HAS_RUNTIMEVERSIONARN() |
Determine if RUNTIMEVERSIONARN has a value |
FunctionArn¶
The Amazon Resource Name (ARN) of your function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONARN() |
Getter for FUNCTIONARN, with configurable default |
ASK_FUNCTIONARN() |
Getter for FUNCTIONARN w/ exceptions if field has no value |
HAS_FUNCTIONARN() |
Determine if FUNCTIONARN has a value |