constructor()

in cdk/lib/g4ad.ts [13:15]


    constructor(scope: cdk.Construct, id: string, props: G4ADConfig) {
        super(scope, id, props);
    }