Package io.github.cdklabs.projen.awscdk
Class LambdaExtension
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.awscdk.LambdaExtension
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.944Z") @Stability(Experimental) public class LambdaExtension extends Component
(experimental) Create a Lambda Extension.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLambdaExtension.Builder(experimental) A fluent builder forLambdaExtension.
-
Constructor Summary
Constructors Modifier Constructor Description LambdaExtension(Project project, LambdaExtensionOptions options)protectedLambdaExtension(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLambdaExtension(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
LambdaExtension
protected LambdaExtension(software.amazon.jsii.JsiiObjectRef objRef)
-
LambdaExtension
protected LambdaExtension(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LambdaExtension
@Stability(Experimental) public LambdaExtension(@NotNull Project project, @NotNull LambdaExtensionOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-