@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:33.906Z") @Stability(value=Experimental) 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()
(experimental) Function to get the value of.
|
getCodeSha256, getDescription, getProvisionedConcurrentExecutions, getRemovalPolicygetMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Experimental) @NotNull IFunction getLambda()
@Stability(value=Experimental) static VersionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface VersionOptionsVersionProps.Builder of VersionPropsCopyright © 2022. All rights reserved.