| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EcrImageCodeProps.Jsii$Proxy
An implementation for
EcrImageCodeProps |
| Modifier and Type | Method and Description |
|---|---|
EcrImageCodeProps |
EcrImageCodeProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static DockerImageCode |
DockerImageCode.fromEcr(IRepository repository,
EcrImageCodeProps props)
(experimental) Use an existing ECR image as the Lambda code.
|
static EcrImageCode |
Code.fromEcrImage(IRepository repository,
EcrImageCodeProps props)
(experimental) Use an existing ECR image as the Lambda code.
|
| Constructor and Description |
|---|
EcrImageCode(IRepository repository,
EcrImageCodeProps props) |
Copyright © 2021. All rights reserved.