FunctionScalingConfig - Amazon Lambda
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

FunctionScalingConfig

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.

Contents

MaxExecutionEnvironments

The maximum number of execution environments that can be provisioned for the function.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 15000.

Required: No

MinExecutionEnvironments

The minimum number of execution environments to maintain for the function.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 15000.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: