public interface FunctionVersionProps
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionVersionProps.Builder
A fluent step builder class for
FunctionVersionProps. |
static class |
FunctionVersionProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
FunctionVersionProps. |
static class |
FunctionVersionProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionVersionProps.Builder |
builder() |
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
|
String getCodeSha256()
void setCodeSha256(String value)
String getDescription()
void setDescription(String value)
FunctionRef getLambda()
void setLambda(FunctionRef value)
static FunctionVersionProps.Builder builder()
Copyright © 2018. All rights reserved.