aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 555 B
JavaScript
;var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.Staging=void 0;const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti"),core_1=require("../../core"),compat_1=require("./compat");class Staging extends core_1.AssetStaging{constructor(scope,id,props){super(scope,id,{sourcePath:props.sourcePath,exclude:props.exclude,ignoreMode:props.ignoreMode,extraHash:props.extraHash,follow:compat_1.toSymlinkFollow(props.follow)})}}exports.Staging=Staging,_a=JSII_RTTI_SYMBOL_1,Staging[_a]={fqn:"aws-cdk-lib.assets.Staging",version:"2.70.0"};