@Stability(value=Experimental) @Internal public static final class ImageRepository.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ImageRepository
ImageRepositorysoftware.amazon.jsii.JsiiObject.InitializationModeImageRepository.Builder, ImageRepository.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ImageRepository.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ImageRepository.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
ImageConfiguration |
getImageConfiguration()
(experimental) Configuration for running the identified image.
|
String |
getImageIdentifier()
(experimental) The identifier of the image.
|
ImageRepositoryType |
getImageRepositoryType()
(experimental) The type of the image repository.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ImageRepository.Builder builder)
ImageRepository.Builder.public final String getImageIdentifier()
ImageRepository
For ECR_PUBLIC imageRepositoryType, the identifier domain should
always be public.ecr.aws. For ECR, the pattern should be
([0-9]{12}.dkr.ecr.[a-z\-]+-[0-9]{1}.amazonaws.com\/.*).
public final ImageRepositoryType getImageRepositoryType()
ImageRepositoryThis reflects the repository provider and whether the repository is private or public.
getImageRepositoryType in interface ImageRepositorypublic final ImageConfiguration getImageConfiguration()
ImageRepositoryDefault: - no image configuration will be passed. The default `port` will be 8080.
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.