@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:21.043Z") @Stability(value=Experimental) public interface AssetOptions extends software.amazon.jsii.JsiiSerializable, CopyOptions, AssetOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetOptions.Builder
A builder for
AssetOptions |
static class |
AssetOptions.Jsii$Proxy
An implementation for
AssetOptions |
| Modifier and Type | Method and Description |
|---|---|
static AssetOptions.Builder |
builder() |
default List<IGrantable> |
getReaders()
(experimental) A list of principals that should be able to read this asset from S3.
|
default String |
getSourceHash()
Deprecated.
see `assetHash` and `assetHashType`
|
getExclude, getFollow, getIgnoreModegetAssetHash, getAssetHashType, getBundling@Stability(value=Experimental) @Nullable default List<IGrantable> getReaders()
You can use asset.grantRead(principal) to grant read permissions later.
Default: - No principals that can read file asset.
@Stability(value=Deprecated) @Deprecated @Nullable default String getSourceHash()
For 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.
@Stability(value=Experimental) static AssetOptions.Builder builder()
builder in interface AssetOptionsbuilder in interface CopyOptionsAssetOptions.Builder of AssetOptionsCopyright © 2021. All rights reserved.