| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.s3.assets |
AWS CDK Assets
|
| Modifier and Type | Method and Description |
|---|---|
static Code |
Code.fromAsset(Asset asset)
Code from user-supplied asset.
|
static Code |
Code.fromAsset(Asset asset,
String branch)
Code from user-supplied asset.
|
| Modifier and Type | Method and Description |
|---|---|
static InitSource |
InitSource.fromExistingAsset(String targetDirectory,
Asset asset)
Extract a directory from an existing directory asset.
|
static InitFile |
InitFile.fromExistingAsset(String targetFileName,
Asset asset)
Use a file from an asset at instance startup time.
|
static InitFile |
InitFile.fromExistingAsset(String targetFileName,
Asset asset,
InitFileOptions options)
Use a file from an asset at instance startup time.
|
static InitSource |
InitSource.fromExistingAsset(String targetDirectory,
Asset asset,
InitSourceOptions options)
Extract a directory from an existing directory asset.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
HelmChartProps.Jsii$Proxy.getChartAsset() |
default Asset |
HelmChartOptions.getChartAsset()
The chart in the form of an asset.
|
Asset |
HelmChartOptions.Jsii$Proxy.getChartAsset() |
| Modifier and Type | Method and Description |
|---|---|
HelmChart.Builder |
HelmChart.Builder.chartAsset(Asset chartAsset)
The chart in the form of an asset.
|
HelmChartProps.Builder |
HelmChartProps.Builder.chartAsset(Asset chartAsset)
Sets the value of
HelmChartOptions.getChartAsset() |
HelmChartOptions.Builder |
HelmChartOptions.Builder.chartAsset(Asset chartAsset)
Sets the value of
HelmChartOptions.getChartAsset() |
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.Builder.build() |
Copyright © 2022. All rights reserved.