Table of Contents

Interface IAsset

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Common interface for all assets.

public interface IAsset

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.