@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-19T10:09:00.055Z") @Stability(value=Experimental) public interface PythonFunctionProps extends software.amazon.jsii.JsiiSerializable, FunctionOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
PythonFunctionProps.Builder
A builder for
PythonFunctionProps |
static class |
PythonFunctionProps.Jsii$Proxy
An implementation for
PythonFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static PythonFunctionProps.Builder |
builder() |
String |
getEntry()
(experimental) The path to the root directory of the function.
|
default String |
getHandler()
(experimental) The name of the exported handler in the index file.
|
default String |
getIndex()
(experimental) The path (relative to entry) to the index file containing the exported handler.
|
default Runtime |
getRuntime()
(experimental) The runtime environment.
|
getAllowAllOutbound, getAllowPublicSubnet, 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=Experimental) @NotNull String getEntry()
@Stability(value=Experimental) @Nullable default String getHandler()
Default: handler
@Stability(value=Experimental) @Nullable default String getIndex()
Default: index.py
@Stability(value=Experimental) @Nullable default Runtime getRuntime()
Only runtimes of the Python family are supported.
Default: lambda.Runtime.PYTHON_3_7
@Stability(value=Experimental) static PythonFunctionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface FunctionOptionsPythonFunctionProps.Builder of PythonFunctionPropsCopyright © 2021. All rights reserved.