@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:45.304Z")
@Deprecated
public interface CopyOptions
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 java.util.List<java.lang.String> |
getExclude()
Deprecated.
|
default FollowMode |
getFollow()
Deprecated.
use `followSymlinks` instead
|
default IgnoreMode |
getIgnoreMode()
Deprecated.
|
@Deprecated default java.util.List<java.lang.String> getExclude()
Default: nothing is excluded
@Deprecated default FollowMode getFollow()
Default: Never
@Deprecated default IgnoreMode getIgnoreMode()
Default: - GLOB for file assets, DOCKER or GLOB for docker assets depending on whether the '
@Deprecated static CopyOptions.Builder builder()
CopyOptions.Builder
of CopyOptions