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

Class TheirConstruct

test/construct.test.ts:363–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 class TheirConstruct extends Construct {
364 constructor(scope: Construct, id: string) {
365 super(scope, id);
366
367 new YourConstruct(this, 'YourConstruct');
368
369 this.node.addValidation({ validate: () => ['their-error'] });
370 }
371 }
372
373 class TestStack extends Root {
374 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected