| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.assetHash(String assetHash)
Specify a custom hash for this asset.
|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.assetHashType(AssetHashType assetHashType)
Specifies the type of hash to calculate for this asset.
|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
static AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.create(String path) |
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.exclude(List<String> exclude)
File paths matching the patterns will be excluded.
|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.followSymlinks(SymlinkFollowMode followSymlinks)
A strategy for how to handle symlinks.
|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.ignoreMode(IgnoreMode ignoreMode)
The ignore behavior to use for `exclude` patterns.
|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.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.