protected getInstanceType()

in cdk/lib/g4ad.ts [43:45]


    protected getInstanceType() {
        return new ec2.InstanceType(`g4ad.${this.props.instanceSize}`);
    }