Uses of Interface
software.amazon.awscdk.services.lambda.FunctionAttributes
-
Uses of FunctionAttributes in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionFunctionAttributes.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic IFunction
Function.fromFunctionAttributes
(software.constructs.Construct scope, String id, FunctionAttributes attrs) Creates a Lambda function object which represents a function not defined within this stack.