UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

14 lines (13 loc) 208 B
/** * Type of the asset that is being published */ export declare enum AssetType { /** * A file */ FILE = "file", /** * A Docker image */ DOCKER_IMAGE = "docker-image" }