Uses of Interface
software.amazon.awscdk.mixins.preview.services.lambda.mixins.CfnFunctionPropsMixin.FunctionScalingConfigProperty
Packages that use CfnFunctionPropsMixin.FunctionScalingConfigProperty
-
Uses of CfnFunctionPropsMixin.FunctionScalingConfigProperty in software.amazon.awscdk.mixins.preview.services.lambda.mixins
Classes in software.amazon.awscdk.mixins.preview.services.lambda.mixins that implement CfnFunctionPropsMixin.FunctionScalingConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFunctionPropsMixin.FunctionScalingConfigPropertyMethods in software.amazon.awscdk.mixins.preview.services.lambda.mixins that return CfnFunctionPropsMixin.FunctionScalingConfigPropertyModifier and TypeMethodDescriptionCfnFunctionPropsMixin.FunctionScalingConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.mixins.preview.services.lambda.mixins with parameters of type CfnFunctionPropsMixin.FunctionScalingConfigPropertyModifier and TypeMethodDescriptionCfnFunctionMixinProps.Builder.functionScalingConfig(CfnFunctionPropsMixin.FunctionScalingConfigProperty functionScalingConfig) Sets the value ofCfnFunctionMixinProps.getFunctionScalingConfig()CfnFunctionPropsMixin.Builder.functionScalingConfig(CfnFunctionPropsMixin.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.