| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeImageConfig.Jsii$Proxy
An implementation for
CodeImageConfig |
| Modifier and Type | Method and Description |
|---|---|
CodeImageConfig |
CodeImageConfig.Builder.build()
Builds the configured instance.
|
default CodeImageConfig |
CodeConfig.getImage()
(experimental) Docker image configuration (mutually exclusive with `s3Location` and `inlineCode`).
|
CodeImageConfig |
CodeConfig.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
CodeConfig.Builder |
CodeConfig.Builder.image(CodeImageConfig image)
Sets the value of
CodeConfig.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(CodeImageConfig image,
String inlineCode,
Location s3Location)
Constructor that initializes the object based on literal property values passed by the
CodeConfig.Builder. |
Copyright © 2021. All rights reserved.