@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.434Z") @Stability(value=Stable) 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()
The source code of your Lambda function.
|
getAllowAllOutbound, getAllowPublicSubnet, getArchitecture, getCodeSigningConfig, getCurrentVersionOptions, getDeadLetterQueue, getDeadLetterQueueEnabled, getDeadLetterTopic, getDescription, getEnvironment, getEnvironmentEncryption, getEphemeralStorageSize, getEvents, getFilesystem, getFunctionName, getInitialPolicy, getInsightsVersion, getLayers, getLogRetention, getLogRetentionRetryOptions, getLogRetentionRole, getMemorySize, getProfiling, getProfilingGroup, getReservedConcurrentExecutions, getRole, getSecurityGroups, getTimeout, getTracing, getVpc, getVpcSubnetsgetMaxEventAge, getOnFailure, getOnSuccess, getRetryAttempts@Stability(value=Stable) @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=Stable) static DockerImageFunctionProps.Builder builder()
builder in interface EventInvokeConfigOptionsbuilder in interface FunctionOptionsDockerImageFunctionProps.Builder of DockerImageFunctionPropsCopyright © 2022. All rights reserved.