Uses of Class
software.amazon.awscdk.services.ec2.InitSource
Packages that use InitSource
-
Uses of InitSource in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InitSourceModifier and TypeMethodDescriptionstatic InitSourceCreate an InitSource from an asset created from the given path.static InitSourceInitSource.fromAsset(String targetDirectory, String path, InitSourceAssetOptions options) Create an InitSource from an asset created from the given path.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.static InitSourceInitSource.fromGitHub(String targetDirectory, String owner, String repo) Extract a GitHub branch into a given directory.static InitSourceInitSource.fromGitHub(String targetDirectory, String owner, String repo, String refSpec) Extract a GitHub branch into a given directory.static InitSourceInitSource.fromGitHub(String targetDirectory, String owner, String repo, String refSpec, InitSourceOptions options) Extract a GitHub branch into a given directory.static InitSourceInitSource.fromS3Object(String targetDirectory, IBucket bucket, String key) Extract an archive stored in an S3 bucket into the given directory.static InitSourceInitSource.fromS3Object(String targetDirectory, IBucket bucket, String key, InitSourceOptions options) Extract an archive stored in an S3 bucket into the given directory.static InitSourceRetrieve a URL and extract it into the given directory.static InitSourceInitSource.fromUrl(String targetDirectory, String url, InitSourceOptions options) Retrieve a URL and extract it into the given directory.