Class EcrProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.EcrProps.Jsii$Proxy
- All Implemented Interfaces:
EcrProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EcrProps
@Stability(Experimental)
@Internal
public static final class EcrProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EcrProps
An implementation for
EcrProps
-
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.alpha.EcrProps
EcrProps.Builder, EcrProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EcrProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcrProps.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) The image configuration for the image from ECR.final IRepository
(experimental) Represents the ECR repository.final String
getTag()
(deprecated) Image tag.final String
(experimental) Image tag or digest (digests must start withsha256:
).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 theEcrProps.Builder
.
-
-
Method Details
-
getRepository
Description copied from interface:EcrProps
(experimental) Represents the ECR repository.- Specified by:
getRepository
in interfaceEcrProps
-
getImageConfiguration
Description copied from interface:EcrProps
(experimental) The image configuration for the image from ECR.Default: - no image configuration will be passed. The default `port` will be 8080.
- Specified by:
getImageConfiguration
in interfaceEcrProps
- See Also:
-
getTag
Description copied from interface:EcrProps
(deprecated) Image tag.Default: - 'latest'
-
getTagOrDigest
Description copied from interface:EcrProps
(experimental) Image tag or digest (digests must start withsha256:
).Default: - 'latest'
- Specified by:
getTagOrDigest
in interfaceEcrProps
-
$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()
-