| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| 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 | Class and Description |
|---|---|
static class |
AssetStagingProps.Jsii$Proxy
An implementation for
AssetStagingProps |
static class |
CopyOptions.Jsii$Proxy
An implementation for
CopyOptions |
static class |
FingerprintOptions.Jsii$Proxy
An implementation for
FingerprintOptions |
| 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 © 2021. All rights reserved.