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

Method validate

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

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

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