Table of Contents

Enum SymlinkFollowMode

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Determines how symlinks are followed.

public enum SymlinkFollowMode

Fields

ALWAYS = 1

Materialize all symlinks, whether they are internal or external to the source directory.

BLOCK_EXTERNAL = 3

Forbids source from having any symlinks pointing outside of the source tree.

EXTERNAL = 2

Only follows symlinks that are external to the source directory.

NEVER = 0

Never follow symlinks.