(scope: Construct, id: string)
| 755 | |
| 756 | class MyBeautifulConstruct extends Construct { |
| 757 | constructor(scope: Construct, id: string) { |
| 758 | super(scope, id); |
| 759 | } |
| 760 | } |
| 761 | |
| 762 | interface ValidationError { |
nothing calls this directly
no outgoing calls
no test coverage detected