@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.595Z") @Stability(value=Stable) 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
An implementation for
SingletonFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static SingletonFunctionProps.Builder |
builder() |
default String |
getLambdaPurpose()
A descriptive name for the purpose of this Lambda.
|
String |
getUuid()
A unique identifier to identify this lambda.
|
getCode, getHandler, getRuntimegetAllowAllOutbound, getAllowPublicSubnet, getCodeSigningConfig, getCurrentVersionOptions, getDeadLetterQueue, getDeadLetterQueueEnabled, getDescription, getEnvironment, getEnvironmentEncryption, getEvents, getFilesystem, getFunctionName, getInitialPolicy, getLayers, getLogRetention, getLogRetentionRetryOptions, getLogRetentionRole, getMemorySize, getProfiling, getProfilingGroup, getReservedConcurrentExecutions, getRole, getSecurityGroup, getSecurityGroups, getTimeout, getTracing, getVpc, getVpcSubnetsgetMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Stable) @NotNull String getUuid()
The identifier should be unique across all custom resource providers. We recommend generating a UUID per provider.
@Stability(value=Stable) @Nullable default String getLambdaPurpose()
If the Lambda does not have a physical name, this string will be reflected its generated name. The combination of lambdaPurpose and uuid must be unique.
Default: SingletonLambda
@Stability(value=Stable) static SingletonFunctionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface FunctionOptionsbuilder in interface FunctionPropsSingletonFunctionProps.Builder of SingletonFunctionPropsCopyright © 2021. All rights reserved.