@Generated(value="jsii-pacmak/1.38.0 (build 717bef2)", date="2021-10-08T18:43:50.620Z") @Stability(value=Stable) 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()
The URI of the image in Amazon ECR.
|
String |
getRepositoryName()
The name of the ECR repository.
|
@Stability(value=Stable) @NotNull String getImageUri()
@Stability(value=Stable) @NotNull String getRepositoryName()
@Stability(value=Stable) static DockerImageAssetLocation.Builder builder()
DockerImageAssetLocation.Builder
of DockerImageAssetLocation
Copyright © 2021. All rights reserved.