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

Method validate

src/construct.ts:612–612  ·  view source on GitHub ↗

* Validate the current construct. * * This method can be implemented by derived constructs in order to perform * validation logic. It is called on all constructs before synthesis. * * @returns An array of validation error messages, or an empty array if there the construct is valid.

()

Source from the content-addressed store, hash-verified

610 * @returns An array of validation error messages, or an empty array if there the construct is valid.
611 */
612 validate(): string[];
613}
614
615/**

Callers 3

validateTreeFunction · 0.65
construct.test.tsFile · 0.65
validateMethod · 0.65

Implementers 1

Nodesrc/construct.ts

Calls

no outgoing calls

Tested by 1

validateTreeFunction · 0.52