Table of Contents

Interface IFingerprintOptions

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Options related to calculating source hash.

public interface IFingerprintOptions : ICopyOptions
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 fingerprintOptions = new FingerprintOptions {
                Exclude = new [] { "exclude" },
                ExtraHash = "extraHash",
                Follow = 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

string

Remarks

Default: - hash is only based on source content