(scope: Construct, id: string)
| 710 | |
| 711 | class MyBeautifulConstruct extends Construct { |
| 712 | constructor(scope: Construct, id: string) { |
| 713 | super(scope, id); |
| 714 | } |
| 715 | } |
| 716 | |
| 717 | interface ValidationError { |
nothing calls this directly
no outgoing calls
no test coverage detected