public static final class VersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VersionProps
VersionProps
VersionProps.Builder, VersionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCodeSha256()
SHA256 of the version of the Lambda source code.
|
java.lang.String |
getDescription()
Description of the version.
|
IFunction |
getLambda()
Function to get the value of.
|
Duration |
getMaxEventAge()
The maximum age of a request that Lambda sends to a function for processing.
|
IDestination |
getOnFailure()
The destination for failed invocations.
|
IDestination |
getOnSuccess()
The destination for successful invocations.
|
java.lang.Number |
getProvisionedConcurrentExecutions()
Specifies a provisioned concurrency configuration for a function's version.
|
RemovalPolicy |
getRemovalPolicy()
Whether to retain old versions of this function when a new version is created.
|
java.lang.Number |
getRetryAttempts()
The maximum number of times to retry when the function returns an error.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IFunction getLambda()
VersionProps
getLambda
in interface VersionProps
public final java.lang.String getCodeSha256()
VersionOptions
Specify to validate that you're deploying the right version.
Default: No validation is performed
getCodeSha256
in interface VersionOptions
public final java.lang.String getDescription()
VersionOptions
Default: Description of the Lambda
getDescription
in interface VersionOptions
public final java.lang.Number getProvisionedConcurrentExecutions()
VersionOptions
Default: No provisioned concurrency
getProvisionedConcurrentExecutions
in interface VersionOptions
public final RemovalPolicy getRemovalPolicy()
VersionOptions
Default: RemovalPolicy.DESTROY
getRemovalPolicy
in interface VersionOptions
public final Duration getMaxEventAge()
EventInvokeConfigOptions
Minimum: 60 seconds Maximum: 6 hours
Default: Duration.hours(6)
getMaxEventAge
in interface EventInvokeConfigOptions
public final IDestination getOnFailure()
EventInvokeConfigOptions
Default: - no destination
getOnFailure
in interface EventInvokeConfigOptions
public final IDestination getOnSuccess()
EventInvokeConfigOptions
Default: - no destination
getOnSuccess
in interface EventInvokeConfigOptions
public final java.lang.Number getRetryAttempts()
EventInvokeConfigOptions
Minimum: 0 Maximum: 2
Default: 2
getRetryAttempts
in interface EventInvokeConfigOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()