Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunctionProps
Packages that use CfnFunctionProps
-
Uses of CfnFunctionProps in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnFunctionPropsMethods in software.amazon.awscdk.services.lambda that return CfnFunctionPropsModifier and TypeMethodDescriptionCfnFunctionProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.lambda with parameters of type CfnFunctionPropsModifierConstructorDescriptionCfnFunction
(Construct scope, String id, CfnFunctionProps props) Create a newAWS::Lambda::Function
.