MCPcopy Create free account
hub / github.com/aws/constructs / YourConstruct

Class YourConstruct

test/construct.test.ts:355–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 class YourConstruct extends Construct {
356 constructor(scope: Construct, id: string) {
357 super(scope, id);
358
359 this.node.addValidation({ validate: () => ['your-error1'] });
360 }
361 }
362
363 class TheirConstruct extends Construct {
364 constructor(scope: Construct, id: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected