@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.546Z") @Stability(value=Experimental) public interface VersionOptions extends software.amazon.jsii.JsiiSerializable, EventInvokeConfigOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionOptions.Builder
A builder for
VersionOptions |
static class |
VersionOptions.Jsii$Proxy
An implementation for
VersionOptions |
| Modifier and Type | Method and Description |
|---|---|
static VersionOptions.Builder |
builder() |
default String |
getCodeSha256()
(experimental) SHA256 of the version of the Lambda source code.
|
default String |
getDescription()
(experimental) Description of the version.
|
default Number |
getProvisionedConcurrentExecutions()
(experimental) Specifies a provisioned concurrency configuration for a function's version.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) Whether to retain old versions of this function when a new version is created.
|
getMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Experimental) @Nullable default String getCodeSha256()
Specify to validate that you're deploying the right version.
Default: No validation is performed
@Stability(value=Experimental) @Nullable default String getDescription()
Default: Description of the Lambda
@Stability(value=Experimental) @Nullable default Number getProvisionedConcurrentExecutions()
Default: No provisioned concurrency
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.DESTROY
@Stability(value=Experimental) static VersionOptions.Builder builder()
builder in interface EventInvokeConfigOptionsVersionOptions.Builder of VersionOptionsCopyright © 2021. All rights reserved.