| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplify |
AWS Amplify Construct Library
|
| 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 |
|---|---|
Asset |
BranchProps.Jsii$Proxy.getAsset() |
default Asset |
BranchOptions.getAsset()
(experimental) Asset for deployment.
|
Asset |
BranchOptions.Jsii$Proxy.getAsset() |
| Modifier and Type | Method and Description |
|---|---|
BranchProps.Builder |
BranchProps.Builder.asset(Asset asset)
Sets the value of
BranchOptions.getAsset() |
Branch.Builder |
Branch.Builder.asset(Asset asset)
(experimental) Asset for deployment.
|
BranchOptions.Builder |
BranchOptions.Builder.asset(Asset asset)
Sets the value of
BranchOptions.getAsset() |
| Modifier and Type | Method and Description |
|---|---|
static Code |
Code.fromAsset(Asset asset)
(experimental) Code from user-supplied asset.
|
static Code |
Code.fromAsset(Asset asset,
String branch)
(experimental) Code from user-supplied asset.
|
| Modifier and Type | Method and Description |
|---|---|
static InitFile |
InitFile.fromExistingAsset(String targetFileName,
Asset asset)
(experimental) Use a file from an asset at instance startup time.
|
static InitSource |
InitSource.fromExistingAsset(String targetDirectory,
Asset asset)
(experimental) Extract a directory from an existing directory asset.
|
static InitFile |
InitFile.fromExistingAsset(String targetFileName,
Asset asset,
InitFileOptions options)
(experimental) Use a file from an asset at instance startup time.
|
static InitSource |
InitSource.fromExistingAsset(String targetDirectory,
Asset asset,
InitSourceOptions options)
(experimental) Extract a directory from an existing directory asset.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
HelmChartProps.Jsii$Proxy.getChartAsset() |
default Asset |
HelmChartOptions.getChartAsset()
(experimental) The chart in the form of an asset.
|
Asset |
HelmChartOptions.Jsii$Proxy.getChartAsset() |
| Modifier and Type | Method and Description |
|---|---|
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() |
HelmChart.Builder |
HelmChart.Builder.chartAsset(Asset chartAsset)
(experimental) The chart in the form of an asset.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.Builder.build() |
Copyright © 2022. All rights reserved.