Package software.amazon.awscdk.core
Class IAsset.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.IAsset.Jsii$Proxy
- All Implemented Interfaces:
IAsset,IAsset.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IAsset
@Internal
public static final class IAsset.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IAsset.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IAsset
IAsset.Jsii$Default, IAsset.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringA hash of this asset, which is available at construction time.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getAssetHash
A hash of this asset, which is available at construction time.As this is a plain string, it can be used in construct IDs in order to enforce creation of a new resource when the content hash has changed.
- Specified by:
getAssetHashin interfaceIAsset- Specified by:
getAssetHashin interfaceIAsset.Jsii$Default
-