Skip to content

/AWS1/CL_LMDPUTRUNTIMEMANAGE01

PutRuntimeManagementConfigResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_UPDATERUNTIMEON TYPE /AWS1/LMDUPDATERUNTIMEON /AWS1/LMDUPDATERUNTIMEON

The runtime update mode.

IV_FUNCTIONARN TYPE /AWS1/LMDFUNCTIONARN /AWS1/LMDFUNCTIONARN

The ARN of the function

Optional arguments:

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 null is returned.


Queryable Attributes

UpdateRuntimeOn

The runtime update mode.

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

FunctionArn

The ARN of the 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

RuntimeVersionArn

The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is 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