UNPKG

@aws-cdk/integ-tests-alpha

Version:

CDK Integration Testing Constructs

6 lines (5 loc) 232 B
import { IntegManifest } from 'aws-cdk-lib/cloud-assembly-schema'; export declare class IntegManifestWriter { static readonly DEFAULT_FILENAME = "integ.json"; static write(manifest: IntegManifest, filePath: string): void; }