

# FunctionScalingConfig
<a name="API_FunctionScalingConfig"></a>

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
<a name="API_FunctionScalingConfig_Contents"></a>

 ** MaxExecutionEnvironments **   <a name="lambda-Type-FunctionScalingConfig-MaxExecutionEnvironments"></a>
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 **   <a name="lambda-Type-FunctionScalingConfig-MinExecutionEnvironments"></a>
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
<a name="API_FunctionScalingConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/lambda-2015-03-31/FunctionScalingConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/lambda-2015-03-31/FunctionScalingConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/lambda-2015-03-31/FunctionScalingConfig) 