@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:40.524Z") @Stability(value=Experimental) public interface DockerImageAssetLocation extends software.amazon.jsii.JsiiSerializable
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() |
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 © 2022. All rights reserved.