Interface VersionProps
- All Superinterfaces:
EventInvokeConfigOptions,software.amazon.jsii.JsiiSerializable,VersionOptions
- All Known Implementing Classes:
VersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:40.856Z")
@Stability(Stable)
public interface VersionProps
extends software.amazon.jsii.JsiiSerializable, VersionOptions
Properties for a new Lambda version.
Example:
Function fn;
Version version = Version.Builder.create(this, "MyVersion")
.lambda(fn)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forVersionPropsstatic final classAn implementation forVersionProps -
Method Summary
Modifier and TypeMethodDescriptionstatic VersionProps.Builderbuilder()Function to get the value of.Methods inherited from interface software.amazon.awscdk.services.lambda.EventInvokeConfigOptions
getMaxEventAge, getOnFailure, getOnSuccess, getRetryAttemptsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.lambda.VersionOptions
getCodeSha256, getDescription, getProvisionedConcurrentExecutions, getRemovalPolicy
-
Method Details
-
getLambda
Function to get the value of. -
builder
- Returns:
- a
VersionProps.BuilderofVersionProps
-