Uses of Class
software.amazon.awscdk.services.s3.assets.Asset
Packages that use 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
Methods in software.amazon.awscdk.services.amplify that return AssetModifier and TypeMethodDescriptiondefault AssetBranchOptions.getAsset()(experimental) Asset for deployment.final AssetBranchOptions.Jsii$Proxy.getAsset()final AssetBranchProps.Jsii$Proxy.getAsset()Methods in software.amazon.awscdk.services.amplify with parameters of type AssetModifier 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
Methods in software.amazon.awscdk.services.codecommit with parameters of type Asset -
Uses of Asset in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 with parameters of type AssetModifier and TypeMethodDescriptionstatic InitFileInitFile.fromExistingAsset(String targetFileName, Asset asset) Use a file from an asset at instance startup time.static InitFileInitFile.fromExistingAsset(String targetFileName, Asset asset, InitFileOptions options) Use a file from an asset at instance startup time.static InitSourceInitSource.fromExistingAsset(String targetDirectory, Asset asset) Extract a directory from an existing directory asset.static InitSourceInitSource.fromExistingAsset(String targetDirectory, Asset asset, InitSourceOptions options) Extract a directory from an existing directory asset. -
Uses of Asset in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return AssetModifier and TypeMethodDescriptiondefault AssetHelmChartOptions.getChartAsset()The chart in the form of an asset.final AssetHelmChartOptions.Jsii$Proxy.getChartAsset()final AssetHelmChartProps.Jsii$Proxy.getChartAsset()Methods in software.amazon.awscdk.services.eks with parameters of type AssetModifier 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
Methods in software.amazon.awscdk.services.s3.assets that return Asset