UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 280 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.AnnotationPlugin=void 0;class AnnotationPlugin{report;name="Construct Annotations";constructor(report){this.report=report}validate(_context){return this.report}}exports.AnnotationPlugin=AnnotationPlugin;