Table of Contents

Enum FileAssetPackaging

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Packaging modes for file assets.

public enum FileAssetPackaging

Fields

FILE = 1

The asset source path points to a single file, which should be uploaded to Amazon S3.

ZIP_DIRECTORY = 0

The asset source path points to a directory, which should be archived using zip and and then uploaded to Amazon S3.