@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.473Z") public interface SingletonFunctionProps extends software.amazon.jsii.JsiiSerializable, FunctionProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
SingletonFunctionProps.Builder
A builder for
SingletonFunctionProps |
static class |
SingletonFunctionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static SingletonFunctionProps.Builder |
builder() |
String |
getLambdaPurpose()
A descriptive name for the purpose of this Lambda.
|
String |
getUuid()
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
|
void |
setLambdaPurpose(String value)
A descriptive name for the purpose of this Lambda.
|
void |
setUuid(String value)
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
|
getAllowAllOutbound, getCode, getDeadLetterQueue, getDeadLetterQueueEnabled, getDescription, getEnvironment, getFunctionName, getHandler, getInitialPolicy, getMemorySize, getRole, getRuntime, getSecurityGroup, getTimeout, getTracing, getVpc, getVpcPlacement, setAllowAllOutbound, setCode, setDeadLetterQueue, setDeadLetterQueueEnabled, setDescription, setEnvironment, setFunctionName, setHandler, setInitialPolicy, setMemorySize, setRole, setRuntime, setSecurityGroup, setTimeout, setTracing, setVpc, setVpcPlacementString getUuid()
void setUuid(String value)
String getLambdaPurpose()
void setLambdaPurpose(String value)
static SingletonFunctionProps.Builder builder()
builder in interface FunctionPropsSingletonFunctionProps.Builder of SingletonFunctionPropsCopyright © 2018. All rights reserved.