/AWS1/CL_LMDFUNCSCALINGCONFIG¶
Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_minexecutionenvironments TYPE /AWS1/LMDFUNCSCACONFIGEXECENVS /AWS1/LMDFUNCSCACONFIGEXECENVS¶
The minimum number of execution environments to maintain for the function.
iv_maxexecutionenvironments TYPE /AWS1/LMDFUNCSCACONFIGEXECENVS /AWS1/LMDFUNCSCACONFIGEXECENVS¶
The maximum number of execution environments that can be provisioned for the function.
Queryable Attributes¶
MinExecutionEnvironments¶
The minimum number of execution environments to maintain for the function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINEXECUTIONENVIRONMENTS() |
Getter for MINEXECUTIONENVIRONMENTS, with configurable defau |
ASK_MINEXECUTIONENVIRONMENTS() |
Getter for MINEXECUTIONENVIRONMENTS w/ exceptions if field h |
HAS_MINEXECUTIONENVIRONMENTS() |
Determine if MINEXECUTIONENVIRONMENTS has a value |
MaxExecutionEnvironments¶
The maximum number of execution environments that can be provisioned for the function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXEXECUTIONENVIRONMENTS() |
Getter for MAXEXECUTIONENVIRONMENTS, with configurable defau |
ASK_MAXEXECUTIONENVIRONMENTS() |
Getter for MAXEXECUTIONENVIRONMENTS w/ exceptions if field h |
HAS_MAXEXECUTIONENVIRONMENTS() |
Determine if MAXEXECUTIONENVIRONMENTS has a value |