| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static InitSource |
InitSource.fromAsset(String targetDirectory,
String path)
(experimental) Create an InitSource from an asset created from the given path.
|
static InitSource |
InitSource.fromAsset(String targetDirectory,
String path,
InitSourceAssetOptions options)
(experimental) Create an InitSource from an asset created from the given path.
|
static InitSource |
InitSource.fromExistingAsset(String targetDirectory,
Asset asset)
(experimental) Extract a directory from an existing directory asset.
|
static InitSource |
InitSource.fromExistingAsset(String targetDirectory,
Asset asset,
InitSourceOptions options)
(experimental) Extract a directory from an existing directory asset.
|
static InitSource |
InitSource.fromGitHub(String targetDirectory,
String owner,
String repo)
(experimental) Extract a GitHub branch into a given directory.
|
static InitSource |
InitSource.fromGitHub(String targetDirectory,
String owner,
String repo,
String refSpec)
(experimental) Extract a GitHub branch into a given directory.
|
static InitSource |
InitSource.fromGitHub(String targetDirectory,
String owner,
String repo,
String refSpec,
InitSourceOptions options)
(experimental) Extract a GitHub branch into a given directory.
|
static InitSource |
InitSource.fromS3Object(String targetDirectory,
IBucket bucket,
String key)
(experimental) Extract an archive stored in an S3 bucket into the given directory.
|
static InitSource |
InitSource.fromS3Object(String targetDirectory,
IBucket bucket,
String key,
InitSourceOptions options)
(experimental) Extract an archive stored in an S3 bucket into the given directory.
|
static InitSource |
InitSource.fromUrl(String targetDirectory,
String url)
(experimental) Retrieve a URL and extract it into the given directory.
|
static InitSource |
InitSource.fromUrl(String targetDirectory,
String url,
InitSourceOptions options)
(experimental) Retrieve a URL and extract it into the given directory.
|
Copyright © 2021. All rights reserved.