Enum FileAssetPackaging
Packaging modes for file assets.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum FileAssetPackaging
Syntax (vb)
Public Enum FileAssetPackaging
Synopsis
Fields
| FILE | The asset source path points to a single file, which should be uploaded to Amazon S3. |
| ZIP_DIRECTORY | The asset source path points to a directory, which should be archived using zip and and then uploaded to Amazon S3. |
Fields
| Name | Description |
|---|---|
| FILE | The asset source path points to a single file, which should be uploaded to Amazon S3. |
| ZIP_DIRECTORY | The asset source path points to a directory, which should be archived using zip and and then uploaded to Amazon S3. |