public ifAwsReferer(value: string | string[], operator?: Operator | string) {
    return this.if('aws:Referer', value, operator);
  }