@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.508Z") @Stability(value=Experimental) public abstract class DockerImageCode extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
DockerImageCode() |
protected |
DockerImageCode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DockerImageCode(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageCode |
fromEcr(IRepository repository)
(experimental) Use an existing ECR image as the Lambda code.
|
static DockerImageCode |
fromEcr(IRepository repository,
EcrImageCodeProps props)
(experimental) Use an existing ECR image as the Lambda code.
|
static DockerImageCode |
fromImageAsset(String directory)
(experimental) Create an ECR image from the specified asset and bind it as the Lambda code.
|
static DockerImageCode |
fromImageAsset(String directory,
AssetImageCodeProps props)
(experimental) Create an ECR image from the specified asset and bind it as the Lambda code.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected DockerImageCode(software.amazon.jsii.JsiiObjectRef objRef)
protected DockerImageCode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected DockerImageCode()
@Stability(value=Experimental) @NotNull public static DockerImageCode fromEcr(@NotNull IRepository repository, @Nullable EcrImageCodeProps props)
repository - the ECR repository that the image is in. This parameter is required.props - properties to further configure the selected image.@Stability(value=Experimental) @NotNull public static DockerImageCode fromEcr(@NotNull IRepository repository)
repository - the ECR repository that the image is in. This parameter is required.@Stability(value=Experimental) @NotNull public static DockerImageCode fromImageAsset(@NotNull String directory, @Nullable AssetImageCodeProps props)
directory - the directory from which the asset must be created. This parameter is required.props - properties to further configure the selected image.@Stability(value=Experimental) @NotNull public static DockerImageCode fromImageAsset(@NotNull String directory)
directory - the directory from which the asset must be created. This parameter is required.Copyright © 2021. All rights reserved.