@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.629Z") @Stability(value=Stable) public interface VersionProps extends software.amazon.jsii.JsiiSerializable, VersionOptions
Example:
Function fn;
Version version = Version.Builder.create(this, "MyVersion")
.lambda(fn)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionProps.Builder
A builder for
VersionProps |
static class |
VersionProps.Jsii$Proxy
An implementation for
VersionProps |
| Modifier and Type | Method and Description |
|---|---|
static VersionProps.Builder |
builder() |
IFunction |
getLambda()
Function to get the value of.
|
getCodeSha256, getDescription, getProvisionedConcurrentExecutions, getRemovalPolicygetMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Stable) @NotNull IFunction getLambda()
@Stability(value=Stable) static VersionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface VersionOptionsVersionProps.Builder of VersionPropsCopyright © 2023. All rights reserved.