Show / Hide Table of Contents

Interface IAsset

Common interface for all assets.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAsset
Syntax (vb)
Public Interface IAsset

Synopsis

Properties

AssetHash

A hash of this asset, which is available at construction time.

Properties

AssetHash

A hash of this asset, which is available at construction time.

string AssetHash { get; }
Property Value

string

Remarks

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.

Back to top Generated by DocFX