Class VersionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.VersionOptions.Jsii$Proxy
- All Implemented Interfaces:
EventInvokeConfigOptions,VersionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VersionOptions
@Stability(Stable)
@Internal
public static final class VersionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VersionOptions
An implementation for
VersionOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.VersionOptions
VersionOptions.Builder, VersionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VersionOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theVersionOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSHA256 of the version of the Lambda source code.final StringDescription of the version.final DurationThe maximum age of a request that Lambda sends to a function for processing.final IDestinationThe destination for failed invocations.final IDestinationThe destination for successful invocations.final NumberSpecifies a provisioned concurrency configuration for a function's version.final RemovalPolicyWhether to retain old versions of this function when a new version is created.final NumberThe maximum number of times to retry when the function returns an error.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theVersionOptions.Builder.
-
-
Method Details
-
getCodeSha256
Description copied from interface:VersionOptionsSHA256 of the version of the Lambda source code.Specify to validate that you're deploying the right version.
Default: No validation is performed
- Specified by:
getCodeSha256in interfaceVersionOptions
-
getDescription
Description copied from interface:VersionOptionsDescription of the version.Default: Description of the Lambda
- Specified by:
getDescriptionin interfaceVersionOptions
-
getProvisionedConcurrentExecutions
Description copied from interface:VersionOptionsSpecifies a provisioned concurrency configuration for a function's version.Default: No provisioned concurrency
- Specified by:
getProvisionedConcurrentExecutionsin interfaceVersionOptions
-
getRemovalPolicy
Description copied from interface:VersionOptionsWhether to retain old versions of this function when a new version is created.Default: RemovalPolicy.DESTROY
- Specified by:
getRemovalPolicyin interfaceVersionOptions
-
getMaxEventAge
Description copied from interface:EventInvokeConfigOptionsThe maximum age of a request that Lambda sends to a function for processing.Minimum: 60 seconds Maximum: 6 hours
Default: Duration.hours(6)
- Specified by:
getMaxEventAgein interfaceEventInvokeConfigOptions
-
getOnFailure
Description copied from interface:EventInvokeConfigOptionsThe destination for failed invocations.Default: - no destination
- Specified by:
getOnFailurein interfaceEventInvokeConfigOptions
-
getOnSuccess
Description copied from interface:EventInvokeConfigOptionsThe destination for successful invocations.Default: - no destination
- Specified by:
getOnSuccessin interfaceEventInvokeConfigOptions
-
getRetryAttempts
Description copied from interface:EventInvokeConfigOptionsThe maximum number of times to retry when the function returns an error.Minimum: 0 Maximum: 2
Default: 2
- Specified by:
getRetryAttemptsin interfaceEventInvokeConfigOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-