| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.s3.assets |
AWS CDK Assets
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
BundlingOptions.Builder.build()
Builds the configured instance.
|
default BundlingOptions |
AssetOptions.getBundling()
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
BundlingOptions |
AssetOptions.Jsii$Proxy.getBundling() |
BundlingOptions |
AssetStagingProps.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
AssetOptions.Builder |
AssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
AssetStagingProps.Builder |
AssetStagingProps.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
AssetStaging.Builder |
AssetStaging.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
Boolean |
ILocalBundling.tryBundle(String outputDir,
BundlingOptions options)
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)
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)
This method is called before attempting docker bundling to allow the bundler to be executed locally.
|
| Modifier and Type | Method and Description |
|---|---|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
InitSourceAssetOptions.Jsii$Proxy.getBundling() |
BundlingOptions |
InitFileAssetOptions.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
InitSourceAssetOptions.Builder |
InitSourceAssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
InitFileAssetOptions.Builder |
InitFileAssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
| Modifier and Type | Method and Description |
|---|---|
AssetCode.Builder |
AssetCode.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
AssetProps.Jsii$Proxy.getBundling() |
BundlingOptions |
AssetOptions.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
AssetProps.Builder |
AssetProps.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
AssetOptions.Builder |
AssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
Asset.Builder |
Asset.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
Copyright © 2022. All rights reserved.