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.assets.IAsset

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

    Modifier and Type
    Method
    Description
    default String
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getSourceHash

      @Stability(Deprecated) @Deprecated @NotNull default String getSourceHash()
      Deprecated.
      (deprecated) A hash of the source 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:
      getSourceHash in interface IAsset