@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.544Z") @Stability(value=Experimental) 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()
(experimental) A descriptive name for the purpose of this Lambda.
|
String |
getUuid()
(experimental) 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, getSecurityGroups, getTimeout, getTracing, getVpc, getVpcSubnetsgetMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Experimental) @NotNull String getUuid()
The identifier should be unique across all custom resource providers. We recommend generating a UUID per provider.
@Stability(value=Experimental) @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=Experimental) static SingletonFunctionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface FunctionOptionsbuilder in interface FunctionPropsSingletonFunctionProps.Builder of SingletonFunctionPropsCopyright © 2021. All rights reserved.