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