Package software.amazon.awscdk.assets
Interface FingerprintOptions
- All Superinterfaces:
CopyOptions,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
AssetImageCodeProps,AssetImageProps,DockerImageAssetOptions,DockerImageAssetProps,StagingProps
- All Known Implementing Classes:
AssetImageCodeProps.Jsii$Proxy,AssetImageProps.Jsii$Proxy,DockerImageAssetOptions.Jsii$Proxy,DockerImageAssetProps.Jsii$Proxy,FingerprintOptions.Jsii$Proxy,StagingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.212Z")
@Stability(Deprecated)
@Deprecated
public interface FingerprintOptions
extends software.amazon.jsii.JsiiSerializable, CopyOptions
Deprecated.
(deprecated) Options related to calculating source hash.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.assets.*;
import software.amazon.awscdk.core.*;
FingerprintOptions fingerprintOptions = FingerprintOptions.builder()
.exclude(List.of("exclude"))
.extraHash("extraHash")
.follow(FollowMode.NEVER)
.ignoreMode(IgnoreMode.GLOB)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic FingerprintOptions.Builderbuilder()Deprecated.default StringDeprecated.Methods inherited from interface software.amazon.awscdk.assets.CopyOptions
getExclude, getFollow, getIgnoreModeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExtraHash
Deprecated.(deprecated) Extra information to encode into the fingerprint (e.g. build instructions and other inputs).Default: - hash is only based on source content
-
builder
Deprecated.- Returns:
- a
FingerprintOptions.BuilderofFingerprintOptions
-
core.FingerprintOptions