@Stability(value=Stable) public static final class AssetStagingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssetStagingProps
AssetStagingPropssoftware.amazon.jsii.JsiiObject.InitializationModeAssetStagingProps.Builder, AssetStagingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAssetHash()
Specify a custom hash for this asset.
|
AssetHashType |
getAssetHashType()
Specifies the type of hash to calculate for this asset.
|
BundlingOptions |
getBundling()
Bundle the asset by executing a command in a Docker container.
|
List<String> |
getExclude()
Glob patterns to exclude from the copy.
|
String |
getExtraHash()
Extra information to encode into the fingerprint (e.g.
|
SymlinkFollowMode |
getFollow()
A strategy for how to handle symlinks.
|
String |
getSourcePath()
The source file or directory to copy from.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getSourcePath()
AssetStagingPropsgetSourcePath in interface AssetStagingPropspublic String getExtraHash()
FingerprintOptionsDefault: - hash is only based on source content
getExtraHash in interface FingerprintOptionspublic List<String> getExclude()
CopyOptionsDefault: - nothing is excluded
getExclude in interface CopyOptionspublic SymlinkFollowMode getFollow()
CopyOptionsDefault: SymlinkFollowMode.NEVER
getFollow in interface CopyOptionspublic String getAssetHash()
AssetOptionsNOTE: 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. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated.
Default: - based on `assetHashType`
getAssetHash in interface AssetOptionspublic AssetHashType getAssetHashType()
AssetOptions
If assetHash is configured, this option must be undefined or
AssetHashType.CUSTOM.
Default: - the default is `AssetHashType.SOURCE`, but if `assetHash` is explicitly specified this value defaults to `AssetHashType.CUSTOM`.
getAssetHashType in interface AssetOptionspublic BundlingOptions getBundling()
AssetOptions
The asset path will be mounted at /asset-input. The Docker
container is responsible for putting content at /asset-output.
The content at /asset-output will be zipped and used as the
final asset.
Default: - uploaded as-is to S3 if the asset is a regular file or a .zip file, archived into a .zip file and uploaded to S3 otherwise
EXPERIMENTAL
getBundling in interface AssetOptionspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.