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