| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssetStagingProps
(experimental) Initialization properties for `AssetStaging`.
|
interface |
FingerprintOptions
(experimental) Options related to calculating source hash.
|
| Modifier and Type | Method and Description |
|---|---|
CopyOptions |
CopyOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FileSystem.copyDirectory(String srcDir,
String destDir,
CopyOptions options)
(experimental) Copies an entire directory structure.
|
static void |
FileSystem.copyDirectory(String srcDir,
String destDir,
CopyOptions options,
String rootDir)
(experimental) Copies an entire directory structure.
|
static IgnoreStrategy |
IgnoreStrategy.fromCopyOptions(CopyOptions options,
String absoluteRootPath)
(experimental) Creates an IgnoreStrategy based on the `ignoreMode` and `exclude` in a `CopyOptions`.
|
Copyright © 2022. All rights reserved.