| 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.
|
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() |
AssetOptions.Builder |
AssetOptions.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.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.bundling(BundlingOptions bundling)
(experimental) Bundle the asset by executing a command in a Docker container.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
InitFileAssetOptions.Jsii$Proxy.getBundling() |
BundlingOptions |
InitSourceAssetOptions.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
InitFileAssetOptions.Builder |
InitFileAssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
InitSourceAssetOptions.Builder |
InitSourceAssetOptions.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean base64Encoded,
String group,
String mode,
String owner,
List<? extends InitServiceRestartHandle> serviceRestartHandles,
List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
InitFileAssetOptions.Builder. |
Jsii$Proxy(List<? extends InitServiceRestartHandle> serviceRestartHandles,
List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
InitSourceAssetOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.bundling(BundlingOptions bundling)
(experimental) Bundle the asset by executing a command in a Docker container.
|
| Modifier and Type | Method and Description |
|---|---|
AssetCode.Builder |
AssetCode.Builder.bundling(BundlingOptions bundling)
(experimental) Bundle the asset by executing a command in a Docker container.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions |
AssetOptions.Jsii$Proxy.getBundling() |
BundlingOptions |
AssetProps.Jsii$Proxy.getBundling() |
| Modifier and Type | Method and Description |
|---|---|
Asset.Builder |
Asset.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() |
AssetProps.Builder |
AssetProps.Builder.bundling(BundlingOptions bundling)
Sets the value of
AssetOptions.getBundling() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
AssetOptions.Builder. |
Jsii$Proxy(String path,
List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
AssetProps.Builder. |
Copyright © 2021. All rights reserved.