@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.457Z") @Stability(value=Experimental) public interface DockerImageAssetLocation extends software.amazon.jsii.JsiiSerializable
This is where the image can be consumed at runtime.
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageAssetLocation.Builder
A builder for
DockerImageAssetLocation |
static class |
DockerImageAssetLocation.Jsii$Proxy
An implementation for
DockerImageAssetLocation |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageAssetLocation.Builder |
builder() |
String |
getImageUri()
(experimental) The URI of the image in Amazon ECR.
|
String |
getRepositoryName()
(experimental) The name of the ECR repository.
|
@Stability(value=Experimental) @NotNull String getImageUri()
@Stability(value=Experimental) @NotNull String getRepositoryName()
@Stability(value=Experimental) static DockerImageAssetLocation.Builder builder()
DockerImageAssetLocation.Builder of DockerImageAssetLocationCopyright © 2021. All rights reserved.