@Stability(value=Experimental) @Internal public static final class AssetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssetProps
AssetPropssoftware.amazon.jsii.JsiiObject.InitializationModeAssetProps.Builder, AssetProps.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.
|
protected |
Jsii$Proxy(String path,
List<? extends IGrantable> readers,
String sourceHash,
List<String> exclude,
FollowMode follow,
IgnoreMode ignoreMode,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAssetHash()
(experimental) Specify a custom hash for this asset.
|
AssetHashType |
getAssetHashType()
(experimental) Specifies the type of hash to calculate for this asset.
|
BundlingOptions |
getBundling()
(experimental) Bundle the asset by executing a command in a Docker container.
|
List<String> |
getExclude()
(deprecated) Glob patterns to exclude from the copy.
|
FollowMode |
getFollow()
(deprecated) A strategy for how to handle symlinks.
|
IgnoreMode |
getIgnoreMode()
(deprecated) The ignore behavior to use for exclude patterns.
|
String |
getPath()
(experimental) The disk location of the asset.
|
List<IGrantable> |
getReaders()
(experimental) A list of principals that should be able to read this asset from S3.
|
String |
getSourceHash()
(deprecated) Custom hash to use when identifying the specific version of the asset.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String path, List<? extends IGrantable> readers, String sourceHash, List<String> exclude, FollowMode follow, IgnoreMode ignoreMode, String assetHash, AssetHashType assetHashType, BundlingOptions bundling)
AssetProps.Builder.public final String getPath()
AssetPropsThe path should refer to one of the following:
getPath in interface AssetPropspublic final List<IGrantable> getReaders()
AssetOptions
You can use asset.grantRead(principal) to grant read permissions later.
Default: - No principals that can read file asset.
public final String getSourceHash()
AssetOptionsFor consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash.
NOTE: the source 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 source hash, you will need to make sure it is updated every time the source changes, or otherwise it is possible that some deployments will not be invalidated.
Default: - automatically calculate source hash based on the contents of the source file or directory.
public final List<String> getExclude()
CopyOptionsDefault: nothing is excluded
getExclude in interface CopyOptionspublic final FollowMode getFollow()
CopyOptionsDefault: Never
getFollow in interface CopyOptionspublic final IgnoreMode getIgnoreMode()
CopyOptionsDefault: - GLOB for file assets, DOCKER or GLOB for docker assets depending on whether the '
getIgnoreMode in interface CopyOptionspublic final String getAssetHash()
AssetOptions
If assetHashType is set it must
be set to AssetHashType.CUSTOM. For consistency, this custom hash will
be SHA256 hashed and encoded as hex. The resulting hash will be the asset
hash.
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. 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 final 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 final 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
getBundling in interface AssetOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.