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

Method validate

src/construct.ts:625–625  ·  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

623 * @returns An array of validation error messages, or an empty array if there the construct is valid.
624 */
625 validate(): string[];
626}
627
628/**

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