Interface IAsset

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAsset.Jsii$Default
All Known Implementing Classes:
DockerImageAsset, IAsset.Jsii$Proxy, TarballImageAsset

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.212Z") @Stability(Deprecated) @Deprecated public interface IAsset extends software.amazon.jsii.JsiiSerializable
Deprecated.
use core.IAsset
(deprecated) Common interface for all assets.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
    Internal default implementation for IAsset.
    static final class 
    Deprecated.
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getSourceHash

      @Stability(Deprecated) @Deprecated @NotNull 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.