Class FileAssetPackaging
Packaging modes for file assets.
Inheritance
System.Object
FileAssetPackaging
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class FileAssetPackaging : Enum
Syntax (vb)
Public NotInheritable Class FileAssetPackaging
Inherits
Enum
Synopsis
Fields
FILE | The asset source path points to a single file, which should be uploaded to Amazon S3. |
value__ | |
ZIP_DIRECTORY | The asset source path points to a directory, which should be archived using zip and and then uploaded to Amazon S3. |
Fields
FILE
The asset source path points to a single file, which should be uploaded to Amazon S3.
public const FileAssetPackaging FILE
Field Value
Type | Description |
---|---|
FileAssetPackaging |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
ZIP_DIRECTORY
The asset source path points to a directory, which should be archived using zip and and then uploaded to Amazon S3.
public const FileAssetPackaging ZIP_DIRECTORY
Field Value
Type | Description |
---|---|
FileAssetPackaging |