Class ImageRepository.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.ImageRepository.Jsii$Proxy
- All Implemented Interfaces:
ImageRepository
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ImageRepository
@Stability(Experimental)
@Internal
public static final class ImageRepository.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ImageRepository
An implementation for
ImageRepository
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.ImageRepository
ImageRepository.Builder, ImageRepository.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ImageRepository.Builder builder) Constructor that initializes the object based on literal property values passed by theImageRepository.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final ImageConfiguration
(experimental) Configuration for running the identified image.final String
(experimental) The identifier of the image.final ImageRepositoryType
(experimental) The type of the image repository.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theImageRepository.Builder
.
-
-
Method Details
-
getImageIdentifier
Description copied from interface:ImageRepository
(experimental) The identifier of the image.For
ECR_PUBLIC
imageRepositoryType, the identifier domain should always bepublic.ecr.aws
. ForECR
, the pattern should be([0-9]{12}.dkr.ecr.[a-z\-]+-[0-9]{1}.amazonaws.com\/.*)
.- Specified by:
getImageIdentifier
in interfaceImageRepository
- See Also:
-
getImageRepositoryType
Description copied from interface:ImageRepository
(experimental) The type of the image repository.This reflects the repository provider and whether the repository is private or public.
- Specified by:
getImageRepositoryType
in interfaceImageRepository
-
getImageConfiguration
Description copied from interface:ImageRepository
(experimental) Configuration for running the identified image.Default: - no image configuration will be passed. The default `port` will be 8080.
- Specified by:
getImageConfiguration
in interfaceImageRepository
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-