constructor()

in source/services/complianceGenerator/lib/ComplianceGenerator.ts [65:69]


  constructor(policyId: string, region: string, bucket: string) {
    this.policyId = policyId;
    this.region = region;
    this.bucket = bucket;
  }