Enum AssetHashType
The type of asset hash.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum AssetHashType
Syntax (vb)
Public Enum AssetHashType
Remarks
NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc.
Synopsis
Fields
| CUSTOM | Use a custom hash. |
| OUTPUT | Based on the content of the bundling output. |
| SOURCE | Based on the content of the source path. |
Fields
| Name | Description |
|---|---|
| CUSTOM | Use a custom hash. |
| OUTPUT | Based on the content of the bundling output. |
| SOURCE | Based on the content of the source path. |