Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.RuntimeManagementConfigProperty
Packages that use CfnFunction.RuntimeManagementConfigProperty
-
Uses of CfnFunction.RuntimeManagementConfigProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnFunction.RuntimeManagementConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFunction.RuntimeManagementConfigPropertyMethods in software.amazon.awscdk.services.lambda that return CfnFunction.RuntimeManagementConfigPropertyModifier and TypeMethodDescriptionCfnFunction.RuntimeManagementConfigProperty.Builder.build()Builds the configured instance.RuntimeManagementMode.getRuntimeManagementConfig()https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-runtimemanagementconfig.html.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnFunction.RuntimeManagementConfigPropertyModifier and TypeMethodDescriptionCfnFunction.Builder.runtimeManagementConfig(CfnFunction.RuntimeManagementConfigProperty runtimeManagementConfig) Sets the runtime management configuration for a function's version.CfnFunctionProps.Builder.runtimeManagementConfig(CfnFunction.RuntimeManagementConfigProperty runtimeManagementConfig) Sets the value ofCfnFunctionProps.getRuntimeManagementConfig()voidCfnFunction.setRuntimeManagementConfig(CfnFunction.RuntimeManagementConfigProperty value) Sets the runtime management configuration for a function's version.