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