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