Interface PathMapping

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    PathMapping.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.50.0 (build d1830a4)",
               date="2022-01-03T09:09:28.051Z")
    @Stability(Stable)
    public interface PathMapping
    extends software.amazon.jsii.JsiiSerializable
    Maps a string key to a path within a volume.
    • Method Detail

      • getPath

        @Stability(Stable)
        @NotNull
        String getPath()
        The relative path of the file to map the key to.

        May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

      • getMode

        @Stability(Stable)
        @Nullable
        default Number getMode()
        Optional: mode bits to use on this file, must be a value between 0 and 0777.

        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.