| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitSourceAssetOptions
(experimental) Additional options for an InitSource that builds an asset from local files.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InitSourceAssetOptions.Jsii$Proxy
An implementation for
InitSourceAssetOptions |
static class |
InitSourceOptions.Jsii$Proxy
An implementation for
InitSourceOptions |
| Modifier and Type | Method and Description |
|---|---|
InitSourceOptions |
InitSourceOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
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,
String refSpec,
InitSourceOptions options)
(experimental) Extract a GitHub branch into a 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,
InitSourceOptions options)
(experimental) Retrieve a URL and extract it into the given directory.
|
Copyright © 2021. All rights reserved.