Interface VersionProps

All Superinterfaces:
EventInvokeConfigOptions, software.amazon.jsii.JsiiSerializable, VersionOptions
All Known Implementing Classes:
VersionProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-03T13:58:25.762Z") @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();