Class AssetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.AssetProps.Jsii$Proxy
- All Implemented Interfaces:
AssetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AssetProps
@Stability(Experimental)
@Internal
public static final class AssetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AssetProps
An implementation for
AssetProps
-
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.AssetProps
AssetProps.Builder, AssetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AssetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAssetProps.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 DockerImageAsset
getAsset()
(experimental) Represents the docker image asset.final ImageConfiguration
(experimental) The image configuration for the image built from the asset.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 theAssetProps.Builder
.
-
-
Method Details
-
getAsset
Description copied from interface:AssetProps
(experimental) Represents the docker image asset.- Specified by:
getAsset
in interfaceAssetProps
-
getImageConfiguration
Description copied from interface:AssetProps
(experimental) The image configuration for the image built from the asset.Default: - no image configuration will be passed. The default `port` will be 8080.
- Specified by:
getImageConfiguration
in interfaceAssetProps
- 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()
-