@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-24T22:49:58.421Z") @Stability(value=Stable) public interface PathMapping extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathMapping.Builder
A builder for
PathMapping |
static class |
PathMapping.Jsii$Proxy
An implementation for
PathMapping |
| Modifier and Type | Method and Description |
|---|---|
static PathMapping.Builder |
builder() |
default Number |
getMode()
Optional: mode bits to use on this file, must be a value between 0 and 0777.
|
String |
getPath()
The relative path of the file to map the key to.
|
@Stability(value=Stable) @NotNull String getPath()
May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
@Stability(value=Stable) @Nullable default Number getMode()
If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
@Stability(value=Stable) static PathMapping.Builder builder()
PathMapping.Builder of PathMappingCopyright © 2021. All rights reserved.