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

Class MyBeautifulConstruct

test/construct.test.ts:756–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756class MyBeautifulConstruct extends Construct {
757 constructor(scope: Construct, id: string) {
758 super(scope, id);
759 }
760}
761
762interface ValidationError {
763 readonly source: IConstruct;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected