@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:11.361Z") @Stability(value=Experimental) public interface DockerImageFunctionProps extends software.amazon.jsii.JsiiSerializable, FunctionOptions
Example:
DockerImageFunction.Builder.create(this, "AssetFunction")
.code(DockerImageCode.fromImageAsset(join(__dirname, "docker-handler")))
.build();
| 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, getArchitecture, getArchitectures, getCodeSigningConfig, getCurrentVersionOptions, getDeadLetterQueue, getDeadLetterQueueEnabled, getDescription, getEnvironment, getEnvironmentEncryption, getEvents, getFilesystem, getFunctionName, getInitialPolicy, getInsightsVersion, getLayers, getLogRetention, getLogRetentionRetryOptions, getLogRetentionRole, getMemorySize, getProfiling, getProfilingGroup, getReservedConcurrentExecutions, getRole, getSecurityGroup, 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 © 2022. All rights reserved.