Interface IFileFingerprintOptions
Options related to calculating source hash.
public interface IFileFingerprintOptions : IFileCopyOptions
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var fileFingerprintOptions = new FileFingerprintOptions {
Exclude = new [] { "exclude" },
ExtraHash = "extraHash",
FollowSymlinks = SymlinkFollowMode.NEVER,
IgnoreMode = IgnoreMode.GLOB
};
Remarks
ExampleMetadata: fixture=_generated
Properties
ExtraHash
Extra information to encode into the fingerprint (e.g. build instructions and other inputs).
string? ExtraHash { get; }
Property Value
Remarks
Default: - hash is only based on source content