@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-08-14T23:35:54.649Z") @Stability(value=Stable) public interface IAsset extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAsset.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetHash()
A hash of this asset, which is available at construction time.
|
@Stability(value=Stable) @NotNull String getAssetHash()
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.
Copyright © 2020. All rights reserved.