@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.169Z") @Stability(value=Experimental) public class AssetImage extends ContainerImage
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetImage.Builder
(experimental) A fluent builder for
AssetImage. |
| Modifier | Constructor and Description |
|---|---|
protected |
AssetImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AssetImage(software.amazon.jsii.JsiiObjectRef objRef) |
|
AssetImage(String directory)
(experimental) Constructs a new instance of the AssetImage class.
|
|
AssetImage(String directory,
AssetImageProps props)
(experimental) Constructs a new instance of the AssetImage class.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerImageConfig |
bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
fromAsset, fromAsset, fromDockerImageAsset, fromEcrRepository, fromEcrRepository, fromRegistry, fromRegistryjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AssetImage(software.amazon.jsii.JsiiObjectRef objRef)
protected AssetImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AssetImage(@NotNull
String directory,
@Nullable
AssetImageProps props)
directory - The directory containing the Dockerfile. This parameter is required.props - @Stability(value=Experimental)
public AssetImage(@NotNull
String directory)
directory - The directory containing the Dockerfile. This parameter is required.@Stability(value=Experimental) @NotNull public ContainerImageConfig bind(@NotNull software.constructs.Construct scope, @NotNull ContainerDefinition containerDefinition)
bind in class ContainerImagescope - This parameter is required.containerDefinition - This parameter is required.Copyright © 2021. All rights reserved.