|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The elastic scaling configuration of the function. |
||
| functionArn |
string |
The resource identifier of the function. |
|
| residentPoolId |
string |
The ID of the resident resource pool. |
|
| minInstances |
integer |
The minimum number of instances. |
|
| currentInstances |
integer |
The current number of instances. |
|
| currentError |
string |
The error message that is returned when an instance fails to be created. |
|
| targetInstances |
integer |
The target number of instances. |
|
| enableOnDemandScaling |
boolean |
Specifies whether on-demand scaling is enabled. |
|
| scheduledPolicies |
array |
The scheduled scaling policies. |
|
|
ScheduledPolicy |
The scheduled scaling policy. |
||
| horizontalScalingPolicies |
array |
The horizontal scaling policies. |
|
|
ScalingPolicy |
The horizontal scaling policy. |
||
| enableMixMode |
boolean |
Specifies whether mix mode is enabled. |
|
| requestDispatchPolicy |
string |
The request dispatch policy. |