@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.176Z") @Stability(value=Experimental) public interface AssetOptions extends software.amazon.jsii.JsiiSerializable, AssetOptions, FileCopyOptions
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.
|
getAssetHash, getAssetHashType, getBundling
getExclude, getFollowSymlinks, getIgnoreMode
@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=Experimental) static AssetOptions.Builder builder()
builder
in interface AssetOptions
builder
in interface FileCopyOptions
AssetOptions.Builder
of AssetOptions
Copyright © 2021. All rights reserved.