constructor()

in eventbridge-integration-solution-aws-api-cdk/lib/events-stack.ts [36:39]


    constructor(restApi: apigateway.RestApi, apiGatewayArn: string) {
        this.restApi = restApi;
        this.apiGatewayArn = apiGatewayArn;
    }