UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

8 lines (7 loc) 347 B
import * as cxschema from '../../../cloud-assembly-schema'; import { CloudArtifact } from '../cloud-artifact'; import { CloudAssembly } from '../cloud-assembly'; export declare class TreeCloudArtifact extends CloudArtifact { readonly file: string; constructor(assembly: CloudAssembly, name: string, artifact: cxschema.ArtifactManifest); }