Interface IAsset.Jsii$Default

All Superinterfaces:
IAsset, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IAsset.Jsii$Proxy
Enclosing interface:
IAsset

@Internal public static interface IAsset.Jsii$Default extends IAsset
Internal default implementation for IAsset.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IAsset

    IAsset.Jsii$Default, IAsset.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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

      @Stability(Stable) @NotNull default String 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 interface IAsset