@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.610Z") @Stability(value=Stable) 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()
SHA256 of the version of the Lambda source code.
|
default String |
getDescription()
Description of the version.
|
default Number |
getProvisionedConcurrentExecutions()
Specifies a provisioned concurrency configuration for a function's version.
|
default RemovalPolicy |
getRemovalPolicy()
Whether to retain old versions of this function when a new version is created.
|
getMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Stable) @Nullable default String getCodeSha256()
Specify to validate that you're deploying the right version.
Default: No validation is performed
@Stability(value=Stable) @Nullable default String getDescription()
Default: Description of the Lambda
@Stability(value=Stable) @Nullable default Number getProvisionedConcurrentExecutions()
Default: No provisioned concurrency
@Stability(value=Stable) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.DESTROY
@Stability(value=Stable) static VersionOptions.Builder builder()
builder in interface EventInvokeConfigOptionsVersionOptions.Builder of VersionOptionsCopyright © 2021. All rights reserved.