FileAssetPackaging

class aws_cdk.cloud_assembly_schema.FileAssetPackaging(value)

Bases: Enum

Packaging strategy for file assets.

Attributes

FILE

Upload the given path as a file.

ZIP_DIRECTORY

The given path is a directory, zip it and upload.