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

Class TheirConstruct

test/construct.test.ts:408–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 }
407
408 class TheirConstruct extends Construct {
409 constructor(scope: Construct, id: string) {
410 super(scope, id);
411
412 new YourConstruct(this, 'YourConstruct');
413
414 this.node.addValidation({ validate: () => ['their-error'] });
415 }
416 }
417
418 class TestStack extends Root {
419 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected