Uses of Interface
software.amazon.awscdk.services.lambda.CfnVersion.FunctionScalingConfigProperty
Packages that use CfnVersion.FunctionScalingConfigProperty
-
Uses of CfnVersion.FunctionScalingConfigProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnVersion.FunctionScalingConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnVersion.FunctionScalingConfigPropertyMethods in software.amazon.awscdk.services.lambda that return CfnVersion.FunctionScalingConfigPropertyModifier and TypeMethodDescriptionCfnVersion.FunctionScalingConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnVersion.FunctionScalingConfigPropertyModifier and TypeMethodDescriptionCfnVersion.Builder.functionScalingConfig(CfnVersion.FunctionScalingConfigProperty 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.CfnVersionProps.Builder.functionScalingConfig(CfnVersion.FunctionScalingConfigProperty functionScalingConfig) Sets the value ofCfnVersionProps.getFunctionScalingConfig()voidCfnVersion.setFunctionScalingConfig(CfnVersion.FunctionScalingConfigProperty value) 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.