aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 323 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.validateWeight=void 0;const core_1=require("../../core");function validateWeight(x){if(x!==void 0&&!core_1.Token.isUnresolved(x)&&(x<0||x>255))throw new Error(`'weight' must be between 0 and 255, got: ${x}`)}exports.validateWeight=validateWeight;