Package software.amazon.awscdk.assets
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.
(deprecated) Common interface for all assets.
 
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Internal default implementation forIAsset.static final classDeprecated.A proxy class which represents a concrete javascript instance of this type.
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getSourceHashDeprecated.(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. 
 
- 
core.IAsset