| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.assets |
AWS CDK Assets
|
| Modifier and Type | Method and Description |
|---|---|
Asset.Builder |
Asset.Builder.assetHash(String assetHash)
(experimental) Specify a custom hash for this asset.
|
Asset.Builder |
Asset.Builder.assetHashType(AssetHashType assetHashType)
(experimental) Specifies the type of hash to calculate for this asset.
|
Asset.Builder |
Asset.Builder.bundling(BundlingOptions bundling)
(experimental) Bundle the asset by executing a command in a Docker container.
|
static Asset.Builder |
Asset.Builder.create(software.constructs.Construct scope,
String id) |
Asset.Builder |
Asset.Builder.exclude(List<String> exclude)
(experimental) Glob patterns to exclude from the copy.
|
Asset.Builder |
Asset.Builder.followSymlinks(SymlinkFollowMode followSymlinks)
(experimental) A strategy for how to handle symlinks.
|
Asset.Builder |
Asset.Builder.ignoreMode(IgnoreMode ignoreMode)
(experimental) The ignore behavior to use for exclude patterns.
|
Asset.Builder |
Asset.Builder.path(String path)
(experimental) The disk location of the asset.
|
Asset.Builder |
Asset.Builder.readers(List<? extends IGrantable> readers)
(experimental) A list of principals that should be able to read this asset from S3.
|
Copyright © 2021. All rights reserved.