Package software.amazon.awscdk
Interface IAsset.Jsii$Default
- All Superinterfaces:
IAsset
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAsset.Jsii$Proxy
- Enclosing interface:
IAsset
Internal default implementation for
IAsset
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IAsset
IAsset.Jsii$Default, IAsset.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
A hash of this asset, which is available at construction time.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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:
getAssetHash
in interfaceIAsset
-