@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:33.981Z") @Stability(value=Deprecated) @Deprecated public interface CopyOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.assets.*;
import software.amazon.awscdk.core.*;
CopyOptions copyOptions = CopyOptions.builder()
.exclude(List.of("exclude"))
.follow(FollowMode.NEVER)
.ignoreMode(IgnoreMode.GLOB)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CopyOptions.Builder
Deprecated.
|
static class |
CopyOptions.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyOptions.Builder |
builder()
Deprecated.
|
default List<String> |
getExclude()
Deprecated.
|
default FollowMode |
getFollow()
Deprecated.
use `followSymlinks` instead
|
default IgnoreMode |
getIgnoreMode()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable default List<String> getExclude()
Default: nothing is excluded
@Stability(value=Deprecated) @Deprecated @Nullable default FollowMode getFollow()
Default: Never
@Stability(value=Deprecated) @Deprecated @Nullable default IgnoreMode getIgnoreMode()
Default: - GLOB for file assets, DOCKER or GLOB for docker assets depending on whether the '
@Stability(value=Deprecated) @Deprecated static CopyOptions.Builder builder()
CopyOptions.Builder of CopyOptionsCopyright © 2022. All rights reserved.