/AWS1/CL_LMDGETFUNCSCACFGRSP¶
GetFunctionScalingConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_functionarn TYPE /AWS1/LMDFUNCTIONARN /AWS1/LMDFUNCTIONARN¶
The Amazon Resource Name (ARN) of the function.
io_appliedfuncscalingconfig TYPE REF TO /AWS1/CL_LMDFUNCSCALINGCONFIG /AWS1/CL_LMDFUNCSCALINGCONFIG¶
The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.
io_requestedfuncscaconfig TYPE REF TO /AWS1/CL_LMDFUNCSCALINGCONFIG /AWS1/CL_LMDFUNCSCALINGCONFIG¶
The scaling configuration that was requested for the function.
Queryable Attributes¶
FunctionArn¶
The Amazon Resource Name (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 |
AppliedFunctionScalingConfig¶
The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLIEDFUNCSCALINGCONFIG() |
Getter for APPLIEDFUNCTIONSCALINGCONFIG |
RequestedFunctionScalingConfig¶
The scaling configuration that was requested for the function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDFUNCSCACONFIG() |
Getter for REQUESTEDFUNCSCALINGCONFIG |