| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Version.Builder |
Version.Builder.codeSha256(String codeSha256)
(experimental) SHA256 of the version of the Lambda source code.
|
static Version.Builder |
Version.Builder.create(software.constructs.Construct scope,
String id) |
Version.Builder |
Version.Builder.description(String description)
(experimental) Description of the version.
|
Version.Builder |
Version.Builder.lambda(IFunction lambda)
(experimental) Function to get the value of.
|
Version.Builder |
Version.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Version.Builder |
Version.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
Version.Builder |
Version.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
Version.Builder |
Version.Builder.provisionedConcurrentExecutions(Number provisionedConcurrentExecutions)
(experimental) Specifies a provisioned concurrency configuration for a function's version.
|
Version.Builder |
Version.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Whether to retain old versions of this function when a new version is created.
|
Version.Builder |
Version.Builder.retryAttempts(Number retryAttempts)
(experimental) The maximum number of times to retry when the function returns an error.
|
Copyright © 2021. All rights reserved.