Enum SymlinkFollowMode
Determines how symlinks are followed.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum SymlinkFollowMode
Syntax (vb)
Public Enum SymlinkFollowMode
Synopsis
Fields
| ALWAYS | Materialize all symlinks, whether they are internal or external to the source directory. |
| BLOCK_EXTERNAL | Forbids source from having any symlinks pointing outside of the source tree. |
| EXTERNAL | Only follows symlinks that are external to the source directory. |
| NEVER | Never follow symlinks. |
Fields
| Name | Description |
|---|---|
| ALWAYS | Materialize all symlinks, whether they are internal or external to the source directory. |
| BLOCK_EXTERNAL | Forbids source from having any symlinks pointing outside of the source tree. |
| EXTERNAL | Only follows symlinks that are external to the source directory. |
| NEVER | Never follow symlinks. |