protected getInstanceType()

in cdk/lib/g4dn.ts [16:18]


    protected getInstanceType() {
        return ec2.InstanceType.of(ec2.InstanceClass.G4DN, ec2.InstanceSize.XLARGE);
    }