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