@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.469Z") public interface FunctionVersionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionVersionProps.Builder
A builder for
FunctionVersionProps |
static class |
FunctionVersionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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
|
FunctionRef getLambda()
void setLambda(FunctionRef value)
String getCodeSha256()
void setCodeSha256(String value)
String getDescription()
void setDescription(String value)
static FunctionVersionProps.Builder builder()
FunctionVersionProps.Builder of FunctionVersionPropsCopyright © 2018. All rights reserved.