public static class FunctionVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionVersionProps
software.amazon.jsii.JsiiObject.InitializationModeFunctionVersionProps.Builder, FunctionVersionProps.Jsii$Pojo, FunctionVersionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeSha256()
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
|
String |
getDescription()
Description of the version
|
FunctionRef |
getLambda()
Function to get the value of
|
void |
setCodeSha256(String value)
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
|
void |
setDescription(String value)
Description of the version
|
void |
setLambda(FunctionRef value)
Function to get the value of
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public String getCodeSha256()
getCodeSha256 in interface FunctionVersionPropspublic void setCodeSha256(@Nullable String value)
setCodeSha256 in interface FunctionVersionProps@Nullable public String getDescription()
getDescription in interface FunctionVersionPropspublic void setDescription(@Nullable String value)
setDescription in interface FunctionVersionPropspublic FunctionRef getLambda()
getLambda in interface FunctionVersionPropspublic void setLambda(FunctionRef value)
setLambda in interface FunctionVersionPropsCopyright © 2018. All rights reserved.