@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.054Z")
public interface DockerImageAssetLocation
This is where the image can be consumed at runtime.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; DockerImageAssetLocation dockerImageAssetLocation = DockerImageAssetLocation.builder() .imageUri("imageUri") .repositoryName("repositoryName") .build();
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() |
java.lang.String |
getImageUri()
The URI of the image in Amazon ECR.
|
java.lang.String |
getRepositoryName()
The name of the ECR repository.
|
java.lang.String getImageUri()
java.lang.String getRepositoryName()
static DockerImageAssetLocation.Builder builder()
DockerImageAssetLocation.Builder
of DockerImageAssetLocation