aws-cdk-lib.FileAssetPackaging

enum FileAssetPackaging

LanguageType name
.NETAmazon.CDK.FileAssetPackaging
Gogithub.com/aws/aws-cdk-go/awscdk/v2#FileAssetPackaging
Javasoftware.amazon.awscdk.FileAssetPackaging
Pythonaws_cdk.FileAssetPackaging
TypeScript (source)aws-cdk-lib » FileAssetPackaging

Packaging modes for file assets.

Members

NameDescription
ZIP_DIRECTORYThe asset source path points to a directory, which should be archived using zip and and then uploaded to Amazon S3.
FILEThe 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.


FILE

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