private getTypeOfProperty()

in src/cfn-resource-generator.ts [175:177]


  private getTypeOfProperty(prop: string) {
    return this.getTypeFromSchema(this.schema.properties[prop]);
  }