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

Method constructor

test/construct.test.ts:757–759  ·  view source on GitHub ↗
(scope: Construct, id: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected