Uses of Class
software.amazon.awscdk.services.s3.assets.Asset
Package
Description
AWS Amplify Construct Library
AWS CodeCommit Construct Library
Amazon EC2 Construct Library
Amazon EKS Construct Library
AWS CDK Assets
-
Uses of Asset in software.amazon.awscdk.services.amplify.alpha
Modifier and TypeMethodDescriptiondefault Asset
BranchOptions.getAsset()
(experimental) Asset for deployment.final Asset
BranchOptions.Jsii$Proxy.getAsset()
final Asset
BranchProps.Jsii$Proxy.getAsset()
Modifier and TypeMethodDescription(experimental) Asset for deployment.Sets the value ofBranchOptions.getAsset()
Sets the value ofBranchOptions.getAsset()
-
Uses of Asset in software.amazon.awscdk.services.codecommit
-
Uses of Asset in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic 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) Extract a directory from an existing directory asset.static InitSource
InitSource.fromExistingAsset
(String targetDirectory, Asset asset, InitSourceOptions options) Extract a directory from an existing directory asset. -
Uses of Asset in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionHelmChart.getChartAsset()
default Asset
HelmChartOptions.getChartAsset()
The chart in the form of an asset.final Asset
HelmChartOptions.Jsii$Proxy.getChartAsset()
final Asset
HelmChartProps.Jsii$Proxy.getChartAsset()
Modifier and TypeMethodDescriptionHelmChart.Builder.chartAsset
(Asset chartAsset) The chart in the form of an asset.HelmChartOptions.Builder.chartAsset
(Asset chartAsset) Sets the value ofHelmChartOptions.getChartAsset()
HelmChartProps.Builder.chartAsset
(Asset chartAsset) Sets the value ofHelmChartOptions.getChartAsset()
-
Uses of Asset in software.amazon.awscdk.services.s3.assets