| Modifier and Type | Class and Description |
|---|---|
static class |
BundlingOptions.Jsii$Proxy
An implementation for
BundlingOptions |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
BundlingOptions.Builder.build()
Builds the configured instance.
|
BundlingOptions |
AssetStagingProps.Jsii$Proxy.getBundling() |
default BundlingOptions |
AssetOptions.getBundling()
(experimental) Bundle the asset by executing a command in a Docker container.
|
BundlingOptions |
AssetOptions.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
AssetStagingProps.Builder |
AssetStagingProps.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
AssetStaging.Builder |
AssetStaging.Builder.bundling(BundlingOptions bundling)
(experimental) Bundle the asset by executing a command in a Docker container.
|
AssetOptions.Builder |
AssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
Boolean |
ILocalBundling.tryBundle(String outputDir,
BundlingOptions options)
(experimental) This method is called before attempting docker bundling to allow the bundler to be executed locally.
|
Boolean |
ILocalBundling.Jsii$Proxy.tryBundle(String outputDir,
BundlingOptions options)
(experimental) This method is called before attempting docker bundling to allow the bundler to be executed locally.
|
default Boolean |
ILocalBundling.Jsii$Default.tryBundle(String outputDir,
BundlingOptions options)
(experimental) This method is called before attempting docker bundling to allow the bundler to be executed locally.
|
| Constructor and Description |
|---|
Jsii$Proxy(String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetOptions.Builder. |
Jsii$Proxy(String sourcePath,
String extraHash,
List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetStagingProps.Builder. |
Copyright © 2021. All rights reserved.