@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T00:27:37.442Z") @Stability(value=Stable) public interface AddDirectoryOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddDirectoryOptions.Builder
A builder for
AddDirectoryOptions |
static class |
AddDirectoryOptions.Jsii$Proxy
An implementation for
AddDirectoryOptions |
| Modifier and Type | Method and Description |
|---|---|
static AddDirectoryOptions.Builder |
builder() |
default List<String> |
getExclude()
Glob patterns to exclude when adding files.
|
default String |
getKeyPrefix()
A prefix to add to all keys in the config map.
|
@Stability(value=Stable) @Nullable default List<String> getExclude()
Default: - include all files
@Stability(value=Stable) @Nullable default String getKeyPrefix()
Default: ""
@Stability(value=Stable) static AddDirectoryOptions.Builder builder()
AddDirectoryOptions.Builder of AddDirectoryOptionsCopyright © 2021. All rights reserved.