Class CustomResourceLambdaRuntime
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.customresources.CustomResourceLambdaRuntime
- All Implemented Interfaces:
IAspect,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.270Z")
@Stability(Stable)
public class CustomResourceLambdaRuntime
extends software.amazon.jsii.JsiiObject
implements IAspect
Manages lambda runtime for AWS-vended custom resources.
This feature is currently experimental.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; import software.amazon.awscdk.customresources.*; Runtime runtime; CustomResourceLambdaRuntime customResourceLambdaRuntime = new CustomResourceLambdaRuntime(runtime);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.IAspect
IAspect.Jsii$Default, IAspect.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionCustomResourceLambdaRuntime(Runtime lambdaRuntime) protectedCustomResourceLambdaRuntime(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCustomResourceLambdaRuntime(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(software.constructs.IConstruct node) All aspects can visit an IConstruct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CustomResourceLambdaRuntime
protected CustomResourceLambdaRuntime(software.amazon.jsii.JsiiObjectRef objRef) -
CustomResourceLambdaRuntime
protected CustomResourceLambdaRuntime(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CustomResourceLambdaRuntime
- Parameters:
lambdaRuntime- This parameter is required.
-
-
Method Details