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

Class YourConstruct

test/construct.test.ts:400–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 class YourConstruct extends Construct {
401 constructor(scope: Construct, id: string) {
402 super(scope, id);
403
404 this.node.addValidation({ validate: () => ['your-error1'] });
405 }
406 }
407
408 class TheirConstruct extends Construct {
409 constructor(scope: Construct, id: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected