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 Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.Internal default implementation forIAsset
.static final class
Deprecated.A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.
-
core.IAsset