@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.510Z") @Stability(value=Experimental) public interface DockerImageFunctionProps extends software.amazon.jsii.JsiiSerializable, FunctionOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageFunctionProps.Builder
A builder for
DockerImageFunctionProps |
static class |
DockerImageFunctionProps.Jsii$Proxy
An implementation for
DockerImageFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageFunctionProps.Builder |
builder() |
DockerImageCode |
getCode()
(experimental) The source code of your Lambda function.
|
getAllowAllOutbound, 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 DockerImageCode getCode()
You can point to a file in an Amazon Simple Storage Service (Amazon S3) bucket or specify your source code as inline text.
@Stability(value=Experimental) static DockerImageFunctionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface FunctionOptionsDockerImageFunctionProps.Builder of DockerImageFunctionPropsCopyright © 2021. All rights reserved.